VertexField
Vue de l’ensemble
‘VertexField’ est une classe dans Aspose.3D FOSS pour Java.
Cette classe fournit 10 méthodes pour travailler avec des objets VertexField dans les programmes Java. Les méthodologies disponibles comprennent: ‘VertexFiel’, ’equals’, getAlias', ‘getDataType’, 'getIndex', ’getOffset', ‚getSemantic, ‘getsize , 'hashCode et ’toString’. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.3D FOSS pour le package Java . Propriétés : ‘alias ; 'dataTyp; ‘index : offset.
Propriétés
| 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. |
méthodes
| 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. |
Voir aussi
- Aspose.3D - référence API d’entreprise