Interactable.FocusEnabled Property

Definition

Caution

Use IsGlobal instead

Does this interactable require focus

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

Property Value

Attributes

Applies to