Skip to content

InputActionMap.Enabled Property

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

public bool Enabled { get; set; }

Property Value

System.Boolean