API reference

IInteractorView Interface

IInteractorView defines the view for an object that can interact with other objects.

Properties

int Identifier[Get]
object Data[Get]
bool HasCandidate[Get]
object CandidateProperties[Get]
bool HasInteractable[Get]
bool HasSelectedInteractable[Get]
InteractorState State[Get]

Events

Action< InteractorStateChangeArgs > WhenStateChanged
Action WhenPreprocessed
Action WhenProcessed
Action WhenPostprocessed