_rect | UIContextMenu | |
AddButton(Func< string > funcText, UnityAction action=null) | UIContextMenu | inline |
AddButton(string idLang="", Action action=null, bool hideAfter=true) | UIContextMenu | inline |
AddChild(string idLang, TextAnchor anchor) | UIContextMenu | inline |
AddChild(string idLang="Child") | UIContextMenu | inline |
AddGameObject< T >(T c) | UIContextMenu | inline |
AddGameObject< T >(string id) | UIContextMenu | inline |
AddGridLayout() | UIContextMenu | inline |
AddGridLayout(string id) | UIContextMenu | inline |
AddOrGetChild(string idLang="Child") | UIContextMenu | inline |
AddSeparator(int index=0) | UIContextMenu | inline |
AddSlider(string text, Func< float, string > textFunc, float value, Action< float > action, float min=0f, float max=1f, bool isInt=false, bool hideOther=true, bool useInput=false) | UIContextMenu | inline |
AddSlider(string id, string text, Func< float, string > textFunc, float value, Action< float > action, float min=0f, float max=1f, bool isInt=false, bool hideOther=true, bool useInput=false) | UIContextMenu | inline |
AddSlider(UIContextMenuItem item, string text, Func< float, string > textFunc, float value, Action< float > action, float min=0f, float max=1f, bool isInt=false, bool hideOther=true, bool useInput=false) | UIContextMenu | inline |
AddToggle(string idLang="", bool isOn=false, UnityAction< bool > action=null) | UIContextMenu | inline |
alwaysPopLeft | UIContextMenu | |
Awake() | UIContextMenu | inlineprivate |
bg | UIContextMenu | |
cg | UIContextMenu | |
ClearItems() | UIContextMenu | inline |
closeOnMouseLeave | UIContextMenu | static |
Current | UIContextMenu | static |
defaultButton | UIContextMenu | |
defaultGridLayout | UIContextMenu | |
defaultPopper | UIContextMenu | |
defaultSlider | UIContextMenu | |
defaultToggle | UIContextMenu | |
depth | UIContextMenu | |
destroyOnHide | UIContextMenu | |
fixPos | UIContextMenu | |
Hide() | UIContextMenu | inline |
hideOnMouseLeave | UIContextMenu | |
highlightTarget | UIContextMenu | |
isChild | UIContextMenu | |
isDestroyed | UIContextMenu | |
isPointerOver | UIContextMenu | |
LateUpdate() | UIContextMenu | inlineprivate |
layoutGroup | UIContextMenu | |
logo | UIContextMenu | |
margin | UIContextMenu | |
matBlur | UIContextMenu | |
onDestroy | UIContextMenu | |
OnPointerEnter(PointerEventData data) | UIContextMenu | inline |
OnPointerExit(PointerEventData data) | UIContextMenu | inline |
onUpdate | UIContextMenu | |
parent | UIContextMenu | |
popper | UIContextMenu | |
PositionMenu() | UIContextMenu | inlineprivate |
Root | UIContextMenu | |
separators | UIContextMenu | |
SetHighlightTarget(UIItem i) | UIContextMenu | inline |
SetHighlightTarget(UIButton t) | UIContextMenu | inline |
Show(UIItem i) | UIContextMenu | inline |
Show(UIButton b) | UIContextMenu | inline |
Show(Vector2 pos) | UIContextMenu | inline |
Show() | UIContextMenu | inline |
showPos | UIContextMenu | private |
soundPop | UIContextMenu | |
system | UIContextMenu | |
timeSinceClosed | UIContextMenu | static |
timeSinceOpen | UIContextMenu | |
timeSincePointerLeft | UIContextMenu | |
Update() | UIContextMenu | inlineprivate |
updatesSinceOpen | UIContextMenu | |
wasCanceled | UIContextMenu | |