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 GltfMeshPrimitiveAttributes

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

    Inheritance
    Object
    GltfMeshPrimitiveAttributes
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    public class GltfMeshPrimitiveAttributes : ReadOnlyDictionary<string, int>

    Constructors

    GltfMeshPrimitiveAttributes(IDictionary<String, Int32>)

    Declaration
    public GltfMeshPrimitiveAttributes(IDictionary<string, int> dictionary)
    Parameters
    Type Name Description
    IDictionary<String, Int32> dictionary

    Properties

    COLOR_0

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

    JOINTS_0

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

    NORMAL

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

    POSITION

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

    TANGENT

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

    TEXCOORD_0

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

    TEXCOORD_1

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

    TEXCOORD_2

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

    TEXCOORD_3

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

    WEIGHTS_0

    Declaration
    public int WEIGHTS_0 { get; }
    Property Value
    Type Description
    Int32
    In This Article
    • Constructors
      • GltfMeshPrimitiveAttributes(IDictionary<String, Int32>)
    • Properties
      • COLOR_0
      • JOINTS_0
      • NORMAL
      • POSITION
      • TANGENT
      • TEXCOORD_0
      • TEXCOORD_1
      • TEXCOORD_2
      • TEXCOORD_3
      • WEIGHTS_0
    Back to top Generated by DocFX