DwellHandler.dwellProfile 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.
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