mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class ListItemDwell

    Dwell sample to work on a list of dwell targets

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

    Methods

    Awake()

    Declaration
    protected override void Awake()
    Overrides
    BaseDwellSample.Awake()

    Awake()

    Declaration
    protected override void Awake()
    Overrides
    BaseDwellSample.Awake()

    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
      • Awake()
      • Awake()
      • ButtonExecute()
      • ButtonExecute()
      • DwellCompleted(IMixedRealityPointer)
      • DwellCompleted(IMixedRealityPointer)
      • Update()
      • Update()
    • Implements
    Back to top Generated by DocFX