InstantDwellSample Class
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.
Dwell sample with no DwellIntended delay
public ref class InstantDwellSample : Microsoft::MixedReality::Toolkit::Experimental::Dwell::BaseDwellSample
[UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/InstantDwellSample")]
public class InstantDwellSample : Microsoft.MixedReality.Toolkit.Experimental.Dwell.BaseDwellSample
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/InstantDwellSample")>]
type InstantDwellSample = class
inherit BaseDwellSample
Public Class InstantDwellSample
Inherits BaseDwellSample
- Inheritance
- Attributes
-
UnityEngine.AddComponentMenuAttribute
Constructors
InstantDwellSample() |
Fields
dwellHandler | (Inherited from BaseDwellSample) |
dwellVisualImage | (Inherited from BaseDwellSample) |
isDwelling | (Inherited from BaseDwellSample) |
targetButton | (Inherited from BaseDwellSample) |
Methods
Awake() | (Inherited from BaseDwellSample) |
ButtonExecute() | |
DwellCanceled(IMixedRealityPointer) | (Inherited from BaseDwellSample) |
DwellCompleted(IMixedRealityPointer) | |
DwellIntended(IMixedRealityPointer) | (Inherited from BaseDwellSample) |
DwellStarted(IMixedRealityPointer) | (Inherited from BaseDwellSample) |
Update() |