Loading...
Searching...
No Matches
realvirtual.rvUIFloatingMenuPanel Class Reference
Inheritance diagram for realvirtual.rvUIFloatingMenuPanel:
Public Member Functions | |
| override RectTransform | GetContentRoot () |
| void | Refresh () |
| override void | RefreshLayout () |
| void | ToggleHeader () |
| Toggles the header visibility. | |
| void | ShowHeader () |
| Shows the header. | |
| void | HideHeader () |
| Hides the header. | |
| void | SetRelativePlacement (rvUIRelativePlacement.Placement placementstyle, RectTransform target=null, float margin=-1) |
| rvUIHeader | GetHeader () |
| void | DeactivateOnClick (bool outsideOnly, Action callback=null) |
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 | |
| bool | hideText |
| bool | hideHeader |
| rvUIContent[] | elements |
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.rvUIFloatingMenuPanel.GetContentRoot | ( | ) |
Implements realvirtual.IrvUIContainer.
◆ HideHeader()
| void realvirtual.rvUIFloatingMenuPanel.HideHeader | ( | ) |
Hides the header.
◆ ShowHeader()
| void realvirtual.rvUIFloatingMenuPanel.ShowHeader | ( | ) |
Shows the header.
◆ ToggleHeader()
| void realvirtual.rvUIFloatingMenuPanel.ToggleHeader | ( | ) |
Toggles the header visibility.
Public Member Functions inherited from