mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class InstantDwellSample

    Dwell sample with no DwellIntended delay

    Inheritance
    Object
    BaseDwellSample
    InstantDwellSample
    Implements
    MonoBehaviour
    Inherited Members
    BaseDwellSample.dwellVisualImage
    BaseDwellSample.targetButton
    BaseDwellSample.dwellHandler
    BaseDwellSample.isDwelling
    BaseDwellSample.Awake()
    BaseDwellSample.DwellStarted(IMixedRealityPointer)
    BaseDwellSample.DwellIntended(IMixedRealityPointer)
    BaseDwellSample.DwellCanceled(IMixedRealityPointer)
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Dwell
    Assembly: cs.temp.dll.dll
    Syntax
    public class InstantDwellSample : BaseDwellSample, MonoBehaviour

    Methods

    ButtonExecute()

    Declaration
    public override void ButtonExecute()
    Overrides
    BaseDwellSample.ButtonExecute()

    ButtonExecute()

    Declaration
    public override void ButtonExecute()
    Overrides
    BaseDwellSample.ButtonExecute()

    DwellCompleted(IMixedRealityPointer)

    Declaration
    public override void DwellCompleted(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer
    Overrides
    BaseDwellSample.DwellCompleted(IMixedRealityPointer)

    DwellCompleted(IMixedRealityPointer)

    Declaration
    public override void DwellCompleted(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer
    Overrides
    BaseDwellSample.DwellCompleted(IMixedRealityPointer)

    Update()

    Declaration
    public void Update()

    Update()

    Declaration
    public void Update()

    Implements

    MonoBehaviour
    In This Article
    • Methods
      • ButtonExecute()
      • ButtonExecute()
      • DwellCompleted(IMixedRealityPointer)
      • DwellCompleted(IMixedRealityPointer)
      • Update()
      • Update()
    • Implements
    Back to top Generated by DocFX