VertexElement

VertexElement class

Base class of vertex elements. A vertex element type is identified by VertexElementType. A VertexElement describes how the vertex element is mapped to a geometry surface and how the mapping information is arranged in memory. A VertexElement contains Normals, UVs or other kind of information. @hideconstructor

Methods

getVertexElementType

NameDescription
getVertexElementType()Gets the type of the VertexElementThe value of the property is VertexElementType integer constant.

Result:


getName

NameDescription
getName()Gets or sets the name. The name.

Result:


setName

NameDescription
setName(value)Gets or sets the name. The name.

Result:


getMappingMode

NameDescription
getMappingMode()Gets or sets how the element is mapped. The value of the property is MappingMode integer constant.

Result:


setMappingMode

NameDescription
setMappingMode(value)Gets or sets how the element is mapped. The value of the property is MappingMode integer constant.

Result:


getReferenceMode

NameDescription
getReferenceMode()Gets or sets how the element is referenced. The value of the property is ReferenceMode integer constant.

Result:


setReferenceMode

NameDescription
setReferenceMode(value)Gets or sets how the element is referenced. The value of the property is ReferenceMode integer constant.

Result:


getIndices

NameDescription
getIndices()Gets the indices data The index array.

Result:


setIndices

NameDescription
setIndices(data)Load indices

Parameters:

NameTypeDescription
datNumber[]null

Result:


clear

NameDescription
clear()Clears all the data from this vertex element.

Result:


toString

NameDescription
toString()String representation of vertex element.

Result: String