API reference

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

_started : bool
Signature
bool _started

Protected Methods

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

Methods

InjectAllHoverInteractorsGate ( interactorsA , interactorsB )
Signature
void InjectAllHoverInteractorsGate(List< IInteractor > interactorsA, List< IInteractor > interactorsB)
Parameters
interactorsA: List< IInteractor >
interactorsB: List< IInteractor >
Returns
void
InjectInteractorsA ( interactors )
Signature
void InjectInteractorsA(List< IInteractor > interactors)
Parameters
interactors: List< IInteractor >
Returns
void
InjectInteractorsB ( interactors )
Signature
void InjectInteractorsB(List< IInteractor > interactors)
Parameters
interactors: List< IInteractor >
Returns
void