mrtk_developmentreleases/2.0.0releases/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.

Search Results for

    Show / Hide Table of Contents

    Class HandInteractionPanZoom.HandPanData

    Internal data stored for each hand or pointer.

    Inheritance
    Object
    HandInteractionPanZoom.HandPanData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    protected class HandPanData

    Fields

    currentController

    Declaration
    public IMixedRealityController currentController
    Field Value
    Type Description
    IMixedRealityController

    currentPointer

    Declaration
    public IMixedRealityPointer currentPointer
    Field Value
    Type Description
    IMixedRealityPointer

    initialProjectedOffset

    Declaration
    public Vector3 initialProjectedOffset
    Field Value
    Type Description
    Vector3

    IsActive

    Declaration
    public bool IsActive
    Field Value
    Type Description
    Boolean

    IsSourceNear

    Declaration
    public bool IsSourceNear
    Field Value
    Type Description
    Boolean

    touchingInitialPt

    Declaration
    public Vector3 touchingInitialPt
    Field Value
    Type Description
    Vector3

    touchingInitialUV

    Declaration
    public Vector2 touchingInitialUV
    Field Value
    Type Description
    Vector2

    touchingPoint

    Declaration
    public Vector3 touchingPoint
    Field Value
    Type Description
    Vector3

    touchingPointSmoothed

    Declaration
    public Vector3 touchingPointSmoothed
    Field Value
    Type Description
    Vector3

    touchingQuadCoord

    Declaration
    public Vector2 touchingQuadCoord
    Field Value
    Type Description
    Vector2

    touchingRayOffset

    Declaration
    public Vector3 touchingRayOffset
    Field Value
    Type Description
    Vector3

    touchingSource

    Declaration
    public IMixedRealityInputSource touchingSource
    Field Value
    Type Description
    IMixedRealityInputSource

    touchingUVOffset

    Declaration
    public Vector2 touchingUVOffset
    Field Value
    Type Description
    Vector2

    touchingUVTotalOffset

    Declaration
    public Vector2 touchingUVTotalOffset
    Field Value
    Type Description
    Vector2

    uvOffset

    Declaration
    public Vector2 uvOffset
    Field Value
    Type Description
    Vector2

    uvTotalOffset

    Declaration
    public Vector2 uvTotalOffset
    Field Value
    Type Description
    Vector2
    In This Article
    • Fields
      • currentController
      • currentPointer
      • initialProjectedOffset
      • IsActive
      • IsSourceNear
      • touchingInitialPt
      • touchingInitialUV
      • touchingPoint
      • touchingPointSmoothed
      • touchingQuadCoord
      • touchingRayOffset
      • touchingSource
      • touchingUVOffset
      • touchingUVTotalOffset
      • uvOffset
      • uvTotalOffset
    Back to top Generated by DocFX