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>
    Remarks

    Application specific semantics are not supported

    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

    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

    JOINTS_0

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

    NORMAL

    Declaration
    public int NORMAL { 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

    POSITION

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

    TANGENT

    Declaration
    public int TANGENT { 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_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_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_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

    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

    WEIGHTS_0

    Declaration
    public int WEIGHTS_0 { get; }
    Property Value
    Type Description
    Int32
    Back to top Generated by DocFX