class
ScriptGUIInteractableWrapperBase
Inherits:
ScriptGUIRenderableWrapperBase
Provides a base class for all script object wrappers that wrap a GUIElement object passed as a pointer.
Public
Methods
RegisterEvents
virtual void RegisterEvents()
Used by derived classes to connect callbacks to native object events.
UnregisterEvents
virtual void UnregisterEvents()
Used by derived classes to disconnect callbacks to native object events.
OnFocusGained
void OnFocusGained()
OnFocusLost
void OnFocusLost()
Fields
OnFocusGainedConnection
HEvent OnFocusGainedConnection
OnFocusLostConnection
HEvent OnFocusLostConnection