enum MAGES::InteractionMode¶
Overview¶
How many interactors can interact with this interactable at the same time. More…
enum InteractionMode { Single, Multiple, };
Detailed Documentation¶
How many interactors can interact with this interactable at the same time.
Enum Values¶
Single
Only one interactor can interact with this interactable at a time.
Multiple
Multiple interactors can interact with this interactable at the same time.