AttributeRole

enum AttributeRole : Enum<AttributeRole>

Attribute role.

Determines which buffer should be used with the attribute.

Entries

POSITIONS
Link copied to clipboard
common
Positions of vertices.
TEX_COORDS
Link copied to clipboard
common
Texture coordinates.
NORMALS
Link copied to clipboard
common
Normal vectors.
TANGENTS
Link copied to clipboard
common
Tangent vectors.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: AttributeRole): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int