Class InputActionUnityEvent
Unity event for input action events. Contains the data of the input event that triggered the action.
Implements
UnityEvent<BaseInputEventData>
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
[Serializable]
public class InputActionUnityEvent : UnityEvent<BaseInputEventData>, UnityEvent<BaseInputEventData>
Implements
UnityEvent<>