Editar

Compartilhar via


DwellHandler.dwellProfile Field

Definition

protected: Microsoft::MixedReality::Toolkit::Dwell::DwellProfile ^ dwellProfile;
[UnityEngine.Header("Dwell Settings")]
[UnityEngine.Serialization.FormerlySerializedAs("DwellProfile")]
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("The profile to use with this handler")]
protected Microsoft.MixedReality.Toolkit.Dwell.DwellProfile dwellProfile;
[<UnityEngine.Header("Dwell Settings")>]
[<UnityEngine.Serialization.FormerlySerializedAs("DwellProfile")>]
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("The profile to use with this handler")>]
val mutable dwellProfile : Microsoft.MixedReality.Toolkit.Dwell.DwellProfile
Protected dwellProfile As DwellProfile 

Field Value

Attributes
UnityEngine.HeaderAttribute UnityEngine.Serialization.FormerlySerializedAsAttribute UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute

Applies to