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 GltfMeshPrimitiveAttributes

    Common mesh primitive attributes. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/mesh.primitive.schema.json

    Inheritance
    Object
    GltfMeshPrimitiveAttributes
    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.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    public class GltfMeshPrimitiveAttributes
    Remarks

    Application specific semantics are not supported

    Fields

    COLOR_0

    Declaration
    public int COLOR_0
    Field Value
    Type Description
    Int32

    JOINTS_0

    Declaration
    public int JOINTS_0
    Field Value
    Type Description
    Int32

    NORMAL

    Declaration
    public int NORMAL
    Field Value
    Type Description
    Int32

    POSITION

    Declaration
    public int POSITION
    Field Value
    Type Description
    Int32

    TANGENT

    Declaration
    public int TANGENT
    Field Value
    Type Description
    Int32

    TEXCOORD_0

    Declaration
    public int TEXCOORD_0
    Field Value
    Type Description
    Int32

    TEXCOORD_1

    Declaration
    public int TEXCOORD_1
    Field Value
    Type Description
    Int32

    TEXCOORD_2

    Declaration
    public int TEXCOORD_2
    Field Value
    Type Description
    Int32

    TEXCOORD_3

    Declaration
    public int TEXCOORD_3
    Field Value
    Type Description
    Int32

    WEIGHTS_0

    Declaration
    public int WEIGHTS_0
    Field Value
    Type Description
    Int32
    Back to top Generated by DocFX