Interactable.FocusEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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