Skip to content

InputActionMap.Enabled Property

Definition

Namespace: Brine2D.Input

Gets or sets whether this action map is enabled. When disabled, all actions return false/zero for query methods. Default is true.

C#
public bool Enabled { get; set; }

Property Value

System.Boolean