API reference
API reference
Select your platform
No SDKs available
No versions available

InteractorUnityEventWrapper Class

Extends MonoBehaviour
Exposes Unity events that broadcast state changes from an IInteractorView (an Interactor).

Fields

UnityEvent WhenDisabled[Get]
UnityEvent WhenEnabled[Get]
UnityEvent WhenHover[Get]
UnityEvent WhenUnhover[Get]
UnityEvent WhenSelect[Get]
UnityEvent WhenUnselect[Get]
UnityEvent WhenPreprocessed[Get]
UnityEvent WhenProcessed[Get]
UnityEvent WhenPostprocessed[Get]

Protected Fields

bool _started[Get]

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void OnEnable ( )
virtual void OnDisable ( )

Member Functions

void InjectAllInteractorUnityEventWrapper
( IInteractorView interactorView )
void InjectInteractorView
( IInteractorView interactorView )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon