Loading...
Searching...
No Matches
realvirtual.rvUIModeButton Class Reference
Inheritance diagram for realvirtual.rvUIModeButton:
Public Member Functions | |
| override void | RefreshLayout () |
| void | SwitchIconToActiveMode () |
| override RectTransform | GetContentRoot () |
Public Member Functions inherited from realvirtual.rvUIContainer | |
| RectTransform | GetContentRoot () |
| List< rvUIContent > | GetUIContents () |
| void | MoveContentToContainer (rvUIContainer container) |
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 | |
| rvUIMenuButton | activeModeButton |
Public Attributes inherited from realvirtual.rvUIContainer | |
| UnityEvent< rvUIContent > | OnChildAdded |
| UnityEvent< rvUIContent > | OnChildRemoved |
Public Attributes inherited from realvirtual.rvUIContent | |
| UnityEvent< ColorScheme > | OnApplyColorScheme |
Member Function Documentation
◆ GetContentRoot()
| override RectTransform realvirtual.rvUIModeButton.GetContentRoot | ( | ) |
Implements realvirtual.IrvUIContainer.
Public Member Functions inherited from