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

HoverInteractorsGate Class

Extends MonoBehaviour
This component checks the Status of the InteractorsA and InteractorsB.
Whenever one of the Interactors inside the lists Hovers, all the Interactors in the opposite group have their components disabled.

Protected Fields

bool _started[Get]

Protected Functions

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

Member Functions

void InjectAllHoverInteractorsGate
( List< IInteractor > interactorsA,
List< IInteractor > interactorsB )
void InjectInteractorsA
( List< IInteractor > interactors )
void InjectInteractorsB
( List< IInteractor > interactors )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon