Interactable.IsDisabled Property

Definition

Caution

Use IsEnabled instead

Is disabled

public:
 property bool IsDisabled { bool get(); void set(bool value); };
[System.Obsolete("Use IsEnabled instead")]
public bool IsDisabled { get; set; }
[<System.Obsolete("Use IsEnabled instead")>]
member this.IsDisabled : bool with get, set
Public Property IsDisabled As Boolean

Property Value

Attributes

Applies to