Skip to content

InputActionMap.IsDown(string, IInputContext) Method

Definition

Namespace: Brine2D.Input

Returns true if any binding of the named action is currently held. Returns false if the map is disabled.

public bool IsDown(string actionName, Brine2D.Input.IInputContext input);

Parameters

actionName System.String

input IInputContext

Returns

System.Boolean