Skip to content

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

Property Value

InputAction