docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum GltfAccessorAttributeType

    Specifier for an accessor’s type

    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    public enum GltfAccessorAttributeType : byte

    Fields

    Name Description
    MAT2

    2x2 matrix (4 values)

    MAT3

    3x3 matrix (9 values)

    MAT4

    4x4 matrix (16 values)

    SCALAR

    Scalar. single value.

    Undefined

    Unknown/undefined type

    VEC2

    Two component vector

    VEC3

    Three component vector

    VEC4

    Four component vector

    See Also
    https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#accessor-data-types
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)