docs.unity3d.com
    Show / Hide Table of Contents

    Enum GltfComponentType

    The datatype of an accessor's components https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#accessor-data-types

    Namespace: GLTFast.Schema
    Syntax
    public enum GltfComponentType

    Fields

    Name Description Value
    Byte

    Signed byte (8-bit integer)


    5120
    UnsignedByte

    Unsigned byte (8-bit integer)


    5121
    Short

    Signed short (16-bit integer)


    5122
    UnsignedShort

    Unsigned short (16-bit integer)


    5123
    UnsignedInt

    Unsigned int (32-bit integer)


    5125
    Float

    32-bit floating point number


    5126
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023