Loading...
Searching...
No Matches
realvirtual.rvUIGenericInputField Class Reference
Inheritance diagram for realvirtual.rvUIGenericInputField:
Public Member Functions | |
| override void | RefreshLayout () |
| void | OnValidate () |
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 | |
| rvUIIcon | icon |
| rvUIText | label |
| TMP_InputField | inputField |
| bool | showIcon |
| bool | showText |
| UnityEvent< string > | OnValueChanged |
Public Attributes inherited from realvirtual.rvUIContent | |
| UnityEvent< ColorScheme > | OnApplyColorScheme |
Public Member Functions inherited from