Interactable.voiceRequiresFocus Field
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.
public: bool voiceRequiresFocus;
[UnityEngine.Serialization.FormerlySerializedAs("RequiresFocus")]
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("If true, then the voice command will only respond to voice commands while this Interactable has focus.")]
public bool voiceRequiresFocus;
[<UnityEngine.Serialization.FormerlySerializedAs("RequiresFocus")>]
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("If true, then the voice command will only respond to voice commands while this Interactable has focus.")>]
val mutable voiceRequiresFocus : bool
Public voiceRequiresFocus As Boolean
Field Value
- Attributes
-
UnityEngine.Serialization.FormerlySerializedAsAttribute UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute