Interactable.voiceRequiresFocus Field

Definition

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

Applies to