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, setPublic Property FocusEnabled As BooleanProperty Value
- Attributes