docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum AttributeType

    GeometryAttribute::Type as defined in geometry_attribute.h

    Namespace: Draco
    Assembly: Draco.dll
    Syntax
    public enum AttributeType

    Fields

    Name Description
    Color

    GeometryAttribute::Type::COLOR

    Generic

    GeometryAttribute::Type::GENERIC. A special id used to mark attributes that are not assigned to any known predefined use case. Such attributes are often used for shader-specific data.

    Invalid

    GeometryAttribute::Type::INVALID

    Joints

    GeometryAttribute::Type::JOINTS. Don't pass this value on to the native library, as it's not supported by Draco bit-stream version 2,2.

    Material

    GeometryAttribute::Type::MATERIAL. Don't pass this value on to the native library, as it's not supported by Draco bit-stream version 2,2.

    Normal

    GeometryAttribute::Type::NORMAL

    Position

    GeometryAttribute::Type::POSITION

    Tangent

    GeometryAttribute::Type::TANGENT. Don't pass this value on to the native library, as it's not supported by Draco bit-stream version 2,2.

    TextureCoordinate

    GeometryAttribute::Type::TEX_COORD

    Weights

    GeometryAttribute::Type::WEIGHTS. Don't pass this value on to the native library, as it's not supported by Draco bit-stream version 2,2.

    In This Article
    Back to top
    Copyright © 2025 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)