Loading...
Searching...
No Matches
realvirtual.IOnInterfaceEnable Interface Reference
Interface for components that need late initialization after all scenes are loaded This is used by FastInterfaceBase to delay interface activation until the realvirtualController explicitly calls OnInterfaceEnable after PostAllScenesLoaded. More...
Inheritance diagram for realvirtual.IOnInterfaceEnable:
Public Member Functions | |
| void | OnInterfaceEnable () |
| Called by realvirtualController after all scenes are loaded to enable the interface. | |
Properties | |
| bool | IsInterfaceReady [get] |
| Returns true if the interface has been initialized via OnInterfaceEnable. | |
Detailed Description
Interface for components that need late initialization after all scenes are loaded This is used by FastInterfaceBase to delay interface activation until the realvirtualController explicitly calls OnInterfaceEnable after PostAllScenesLoaded.
Member Function Documentation
◆ OnInterfaceEnable()
| void realvirtual.IOnInterfaceEnable.OnInterfaceEnable | ( | ) |
Called by realvirtualController after all scenes are loaded to enable the interface.
Implemented in realvirtual.FastInterfaceBase.
Property Documentation
◆ IsInterfaceReady
|
get |
Returns true if the interface has been initialized via OnInterfaceEnable.
Implemented in realvirtual.FastInterfaceBase.