mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Enum GltfAccessorAttributeType

    Specifies if the attribute is a scalar, vector, or matrix. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/accessor.schema.json

    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    public enum GltfAccessorAttributeType

    Fields

    Name Description
    MAT2
    MAT3
    MAT4
    SCALAR
    VEC2
    VEC3
    VEC4
    In This Article
    • Fields
    Back to top Generated by DocFX