class MAGES::ActivateExitInteractionEventArgs¶
Overview¶
Interaction event arguments for the ActivateExit event. More…
class ActivateExitInteractionEventArgs: public MAGES::BaseInteractionEventArgs { public: // properties bool Cancelled; };
Inherited Members¶
public: // properties IInteractor Interactor; IInteractable Interactable; IInteractionManager Manager;
Detailed Documentation¶
Interaction event arguments for the ActivateExit event.
Properties¶
bool Cancelled
Gets or sets a value indicating Whether the event was cancelled.
This can happen when the interactor is unregistered while activating the interactable.