Loading...
Searching...
No Matches
realvirtual.rvUIArea Class Reference
Inheritance diagram for realvirtual.rvUIArea:
Public Types | |
| enum | Area { Top , Bottom , Left , Right , Center , Overlay , Tooltip } |
Public Member Functions | |
| override void | RefreshLayout () |
| 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 | |
| Area | area |
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.rvUIArea.GetContentRoot | ( | ) |
Implements realvirtual.IrvUIContainer.
Public Member Functions inherited from