docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Attributes

    Mesh vertex attribute collection. Each property value is the index of the accessor containing attribute’s data.

    Inheritance
    object
    Attributes
    Inherited Members
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class Attributes

    Fields

    COLOR_0

    Vertex color accessor index.

    Declaration
    public int COLOR_0
    Field Value
    Type Description
    int

    JOINTS_0

    Bone joints accessor index.

    Declaration
    public int JOINTS_0
    Field Value
    Type Description
    int

    NORMAL

    Vertex normals accessor index.

    Declaration
    public int NORMAL
    Field Value
    Type Description
    int

    POSITION

    Vertex position accessor index.

    Declaration
    public int POSITION
    Field Value
    Type Description
    int

    TANGENT

    Vertex tangents accessor index.

    Declaration
    public int TANGENT
    Field Value
    Type Description
    int

    TEXCOORD_0

    Texture coordinates accessor index.

    Declaration
    public int TEXCOORD_0
    Field Value
    Type Description
    int

    TEXCOORD_1

    Texture coordinates accessor index (second UV set).

    Declaration
    public int TEXCOORD_1
    Field Value
    Type Description
    int

    TEXCOORD_2

    Texture coordinates accessor index (third UV set).

    Declaration
    public int TEXCOORD_2
    Field Value
    Type Description
    int

    TEXCOORD_3

    Texture coordinates accessor index (fourth UV set).

    Declaration
    public int TEXCOORD_3
    Field Value
    Type Description
    int

    TEXCOORD_4

    Texture coordinates accessor index (fifth UV set).

    Declaration
    public int TEXCOORD_4
    Field Value
    Type Description
    int

    TEXCOORD_5

    Texture coordinates accessor index (sixth UV set).

    Declaration
    public int TEXCOORD_5
    Field Value
    Type Description
    int

    TEXCOORD_6

    Texture coordinates accessor index (seventh UV set).

    Declaration
    public int TEXCOORD_6
    Field Value
    Type Description
    int

    TEXCOORD_7

    Texture coordinates accessor index (eighth UV set).

    Declaration
    public int TEXCOORD_7
    Field Value
    Type Description
    int

    TEXCOORD_8

    Texture coordinates accessor index (ninth UV set).

    Declaration
    public int TEXCOORD_8
    Field Value
    Type Description
    int

    WEIGHTS_0

    Bone weights accessor index.

    Declaration
    public int WEIGHTS_0
    Field Value
    Type Description
    int

    Methods

    Equals(object)

    Determines whether two object instances are equal.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)

    GetHashCode()

    Default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()
    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)