API reference

IInteractor Interface

IInteractor defines an object that can interact with other objects and can handle selection events to change its state.

Properties

bool ShouldHover[Get]
bool ShouldUnhover[Get]
bool ShouldSelect[Get]
bool ShouldUnselect[Get]

Member Functions

void Preprocess ( )
void Process ( )
void Postprocess ( )
void ProcessCandidate ( )
void Enable ( )
void Disable ( )
void Hover ( )
void Unhover ( )
void Select ( )
void Unselect ( )