Loading...
Searching...
No Matches
realvirtual.rvUIMenuButton Class Reference
Inheritance diagram for realvirtual.rvUIMenuButton:
Public Member Functions | |
| bool | IsOn () |
| Color | GetCurrentColor () |
| override void | RefreshLayout () |
| void | SetTooltip (string tooltip) |
| void | ToggleOn () |
| void | ToggleOff () |
| void | SetSpriteIcon (Sprite icon) |
| void | SetMaterialIcon (string icon) |
| void | SetText (string text) |
Public Member Functions inherited from realvirtual.rvUIContent | |
| void | RefreshLayout () |
| void | RefreshLayoutRecursive () |
| void | RefreshLayoutBottomUp () |
| List< rvUIContent > | GetChildContents () |
| void | MoveToContainer (rvUIContainer container, bool refresh=true) |
| rvUIContainer | GetContainer () |
| List< rvUIContent > | GetPathToRoot () |
| void | ApplyColorScheme (ColorScheme colorScheme) |
Public Attributes | |
| bool | IsToggle |
| Color | colorOff |
| Color | colorOn |
| rvUIIcon | icon |
| string | text |
| bool | hideText |
| string | tooltip |
| UnityEvent | OnClick |
| UnityEvent | OnToggleOn |
| UnityEvent | OnToggleOff |
Public Attributes inherited from realvirtual.rvUIContent | |
| UnityEvent< ColorScheme > | OnApplyColorScheme |
Public Member Functions inherited from