releases/2.5.4mrtk_developmentreleases/2.1.0releases/2.2.0releases/2.3.0releases/2.4.0releases/2.5.0releases/2.5.1releases/2.5.2releases/2.5.3

We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class InputPointerVisualizer

    This visualizer can be used to represent pointer input data, e.g., from a handheld controller, from hand, head or eye tracking. In general, it assumes a pointing origin and direction,

    Inheritance
    Object
    InputPointerVisualizer
    Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking.Logging
    Assembly: cs.temp.dll.dll
    Syntax
    public class InputPointerVisualizer : MonoBehaviour

    Fields

    cursorDist

    Declaration
    public float cursorDist
    Field Value
    Type Description
    Single

    distThresh

    Declaration
    public float distThresh
    Field Value
    Type Description
    Single

    minNrOfSamples

    Declaration
    public float minNrOfSamples
    Field Value
    Type Description
    Single

    nhist

    Declaration
    public float nhist
    Field Value
    Type Description
    Single

    saccadeThresh

    Declaration
    public float saccadeThresh
    Field Value
    Type Description
    Single

    ShowVisMode

    Declaration
    public InputPointerVisualizer.VisModes ShowVisMode
    Field Value
    Type Description
    InputPointerVisualizer.VisModes

    textOutput

    Declaration
    public TextMesh textOutput
    Field Value
    Type Description
    TextMesh

    Properties

    AmountOfSamples

    Declaration
    public int AmountOfSamples { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    IsDwelling()

    Declaration
    public bool IsDwelling()
    Returns
    Type Description
    Boolean

    PauseApp()

    Declaration
    public void PauseApp()

    ResetVisualizations()

    Declaration
    public void ResetVisualizations()

    SetAppState(Boolean)

    Declaration
    public void SetAppState(bool pauseIt)
    Parameters
    Type Name Description
    Boolean pauseIt

    ToggleAppState()

    Declaration
    public void ToggleAppState()

    UnpauseApp()

    Declaration
    public void UnpauseApp()

    UpdateDataVis(Ray)

    Declaration
    public void UpdateDataVis(Ray cursorRay)
    Parameters
    Type Name Description
    Ray cursorRay
    In This Article
    • Fields
      • cursorDist
      • distThresh
      • minNrOfSamples
      • nhist
      • saccadeThresh
      • ShowVisMode
      • textOutput
    • Properties
      • AmountOfSamples
    • Methods
      • IsDwelling()
      • PauseApp()
      • ResetVisualizations()
      • SetAppState(Boolean)
      • ToggleAppState()
      • UnpauseApp()
      • UpdateDataVis(Ray)
    Back to top Generated by DocFX