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
    Back to top Generated by DocFX