public sealed class ActivateEvent : UnityEvent<ActivateEventArgs>
Remarks
Not to be confused with activating or deactivating a with .
This is a generic event when an Interactor wants to activate its selected Interactable,
such as from a trigger pull on a controller.