InputActionMap.IsReleased(string, IInputContext) Method
Definition¶
Namespace: Brine2D.Input
Returns true if any binding of the named action was released this frame. Returns false if the map is disabled.
public bool IsReleased(string actionName, Brine2D.Input.IInputContext input);
Parameters¶
actionName System.String
input IInputContext