mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class BaseDwellSample

    Example script to demonstrate dwell visuals in sample scene

    Inheritance
    Object
    BaseDwellSample
    InstantDwellSample
    ListItemDwell
    ToggleDwellSample
    Implements
    MonoBehaviour
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Dwell
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseDwellSample : MonoBehaviour, MonoBehaviour

    Fields

    dwellHandler

    Declaration
    protected DwellHandler dwellHandler
    Field Value
    Type Description
    DwellHandler

    dwellHandler

    Declaration
    protected DwellHandler dwellHandler
    Field Value
    Type Description
    DwellHandler

    dwellVisualImage

    Declaration
    protected Image dwellVisualImage
    Field Value
    Type Description
    Image

    dwellVisualImage

    Declaration
    protected Image dwellVisualImage
    Field Value
    Type Description
    Image

    isDwelling

    Declaration
    public bool isDwelling
    Field Value
    Type Description
    Boolean

    isDwelling

    Declaration
    public bool isDwelling
    Field Value
    Type Description
    Boolean

    targetButton

    Declaration
    protected Button targetButton
    Field Value
    Type Description
    Button

    targetButton

    Declaration
    protected Button targetButton
    Field Value
    Type Description
    Button

    Methods

    Awake()

    Declaration
    protected virtual void Awake()

    Awake()

    Declaration
    protected virtual void Awake()

    ButtonExecute()

    Declaration
    public virtual void ButtonExecute()

    ButtonExecute()

    Declaration
    public virtual void ButtonExecute()

    DwellCanceled(IMixedRealityPointer)

    Declaration
    public virtual void DwellCanceled(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer

    DwellCanceled(IMixedRealityPointer)

    Declaration
    public virtual void DwellCanceled(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer

    DwellCompleted(IMixedRealityPointer)

    Declaration
    public virtual void DwellCompleted(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer

    DwellCompleted(IMixedRealityPointer)

    Declaration
    public virtual void DwellCompleted(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer

    DwellIntended(IMixedRealityPointer)

    Declaration
    public virtual void DwellIntended(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer

    DwellIntended(IMixedRealityPointer)

    Declaration
    public virtual void DwellIntended(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer

    DwellStarted(IMixedRealityPointer)

    Declaration
    public virtual void DwellStarted(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer

    DwellStarted(IMixedRealityPointer)

    Declaration
    public virtual void DwellStarted(IMixedRealityPointer pointer)
    Parameters
    Type Name Description
    IMixedRealityPointer pointer

    Implements

    MonoBehaviour
    In This Article
    • Fields
      • dwellHandler
      • dwellHandler
      • dwellVisualImage
      • dwellVisualImage
      • isDwelling
      • isDwelling
      • targetButton
      • targetButton
    • Methods
      • Awake()
      • Awake()
      • ButtonExecute()
      • ButtonExecute()
      • DwellCanceled(IMixedRealityPointer)
      • DwellCanceled(IMixedRealityPointer)
      • DwellCompleted(IMixedRealityPointer)
      • DwellCompleted(IMixedRealityPointer)
      • DwellIntended(IMixedRealityPointer)
      • DwellIntended(IMixedRealityPointer)
      • DwellStarted(IMixedRealityPointer)
      • DwellStarted(IMixedRealityPointer)
    • Implements
    Back to top Generated by DocFX