Loading...
Searching...
No Matches
realvirtual.rvUIContent Class Referenceabstract
Inheritance diagram for realvirtual.rvUIContent:
Public Member Functions | |
| 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 | |
| UnityEvent< ColorScheme > | OnApplyColorScheme |
Member Function Documentation
◆ ApplyColorScheme()
| void realvirtual.rvUIContent.ApplyColorScheme | ( | ColorScheme | colorScheme | ) |
Implements realvirtual.IRuntimeUIColorScheme.