DwellHandler.DwellIntended 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.
The event to trigger when being focused longer than the DwellIntentDelay
public:
property Microsoft::MixedReality::Toolkit::Dwell::DwellUnityEvent ^ DwellIntended { Microsoft::MixedReality::Toolkit::Dwell::DwellUnityEvent ^ get(); void set(Microsoft::MixedReality::Toolkit::Dwell::DwellUnityEvent ^ value); };
public Microsoft.MixedReality.Toolkit.Dwell.DwellUnityEvent DwellIntended { get; set; }
member this.DwellIntended : Microsoft.MixedReality.Toolkit.Dwell.DwellUnityEvent with get, set
Public Property DwellIntended As DwellUnityEvent