Edit

Bagikan melalui


ListItemDwell Class

Definition

Dwell sample to work on a list of dwell targets

public ref class ListItemDwell : Microsoft::MixedReality::Toolkit::Experimental::Dwell::BaseDwellSample
[UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/ListItemDwell")]
public class ListItemDwell : Microsoft.MixedReality.Toolkit.Experimental.Dwell.BaseDwellSample
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/ListItemDwell")>]
type ListItemDwell = class
    inherit BaseDwellSample
Public Class ListItemDwell
Inherits BaseDwellSample
Inheritance
UnityEngine.MonoBehaviour
ListItemDwell
Attributes
UnityEngine.AddComponentMenuAttribute

Constructors

ListItemDwell()

Fields

dwellHandler (Inherited from BaseDwellSample)
dwellVisualImage (Inherited from BaseDwellSample)
isDwelling (Inherited from BaseDwellSample)
targetButton (Inherited from BaseDwellSample)

Methods

Awake()
ButtonExecute()
DwellCanceled(IMixedRealityPointer) (Inherited from BaseDwellSample)
DwellCompleted(IMixedRealityPointer)
DwellIntended(IMixedRealityPointer) (Inherited from BaseDwellSample)
DwellStarted(IMixedRealityPointer) (Inherited from BaseDwellSample)
Update()

Applies to