InputActionMap.this[string] Property
Definition¶
Namespace: Brine2D.Input
Gets an action by name. Throws if not found.
public Brine2D.Input.InputAction this[string actionName] { get; }
Parameters¶
actionName System.String
Namespace: Brine2D.Input
Gets an action by name. Throws if not found.
public Brine2D.Input.InputAction this[string actionName] { get; }
actionName System.String