Property Enabled
Enabled
Toggles if this element is active/interactable, or disabled/greyed out.
[JsonProperty("enabled", NullValueHandling = NullValueHandling.Ignore)]
public NuiProperty<bool>? Enabled { get; set; }
Toggles if this element is active/interactable, or disabled/greyed out.
[JsonProperty("enabled", NullValueHandling = NullValueHandling.Ignore)]
public NuiProperty<bool>? Enabled { get; set; }