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