DwellHandler.DwellStarted 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 DwellStartDelay after the DwellIntentDelay
public:
property Microsoft::MixedReality::Toolkit::Dwell::DwellUnityEvent ^ DwellStarted { Microsoft::MixedReality::Toolkit::Dwell::DwellUnityEvent ^ get(); void set(Microsoft::MixedReality::Toolkit::Dwell::DwellUnityEvent ^ value); };
public Microsoft.MixedReality.Toolkit.Dwell.DwellUnityEvent DwellStarted { get; set; }
member this.DwellStarted : Microsoft.MixedReality.Toolkit.Dwell.DwellUnityEvent with get, set
Public Property DwellStarted As DwellUnityEvent