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 HandMeshInfo

    Inheritance
    Object
    HandMeshInfo
    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.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class HandMeshInfo

    Fields

    normals

    Declaration
    public Vector3[] normals
    Field Value
    Type Description
    Vector3[]

    position

    Declaration
    public Vector3 position
    Field Value
    Type Description
    Vector3

    rotation

    Declaration
    public Quaternion rotation
    Field Value
    Type Description
    Quaternion

    triangles

    Declaration
    public int[] triangles
    Field Value
    Type Description
    Int32[]

    uvs

    Declaration
    public Vector2[] uvs
    Field Value
    Type Description
    Vector2[]

    vertices

    Declaration
    public Vector3[] vertices
    Field Value
    Type Description
    Vector3[]
    Back to top Generated by DocFX