Edit

Bagikan melalui


InstantDwellSample Class

Definition

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
UnityEngine.MonoBehaviour
InstantDwellSample
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()

Applies to