VertexField
Overview
VertexField is a class in Aspose.3D FOSS for Java.
Inherits from: Serializable.
VertexField definitions allow developers to describe custom vertex buffer layouts by specifying data type, semantic, offset and size.
This class provides 10 methods for working with VertexField objects in Java programs.
Available methods include: VertexField, equals, getAlias, getDataType, getIndex, getOffset, getSemantic, getSize, hashCode, toString.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: alias, dataType, index, offset, semantic, size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
dataType | VertexFieldDataType | Read | Gets the data type. |
semantic | VertexFieldSemantic | Read | Gets the semantic. |
alias | String | Read | Gets the alias. |
index | int | Read | Gets the index. |
offset | int | Read | Gets the offset. |
size | int | Read | Gets the size. |
Methods
| Signature | Description |
|---|---|
VertexField(dataType: VertexFieldDataType, semantic: VertexFieldSemantic, index: int, alias: String, offset: int, size: int) | Calls VertexField(dataType, semantic, index, alias, offset, size) on this VertexField instance. |
getDataType() → VertexFieldDataType | Returns the data type. |
getSemantic() → VertexFieldSemantic | Returns the semantic. |
getAlias() → String | Returns the alias. |
getIndex() → int | Returns the index. |
getOffset() → int | Returns the offset. |
getSize() → int | Returns the size. |
hashCode() → int | Calls hashCode on this VertexField instance. |
equals(obj: Object) → boolean | Calls equals(obj) on this VertexField instance. |
toString() → String | Calls toString on this VertexField instance. |