Class Attributes
Mesh vertex attribute collection. Each property value is the index of the accessor containing attribute’s data.
Inherited Members
Namespace: GLTFast.Schema
Assembly: glTFast.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
GetHashCode()
Default hash function.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for the current object. |