Loading...
Searching...
No Matches
realvirtual.rvUIFloatingMenu Class Reference
Inheritance diagram for realvirtual.rvUIFloatingMenu:
Public Types | |
| enum | MenuType { Horizontal , Vertical , Window } |
Public Member Functions | |
| override void | RefreshLayout () |
| override RectTransform | GetContentRoot () |
| void | SetPlacement (rvUIRelativePlacement.Placement placement) |
| void | ChangeToVertical () |
| void | ChangeToHorizontal () |
| void | ChangeToWindow () |
| void | SetType (MenuType newType) |
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 | |
| MenuType | type |
| rvUIRelativePlacement.Placement | placement |
| rvUIFloatingMenuPanel | currentPanel |
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.rvUIFloatingMenu.GetContentRoot | ( | ) |
Implements realvirtual.IrvUIContainer.
Public Member Functions inherited from