VertexField class
VertexField class
Vertex’s field memory layout description.
The VertexField type exposes the following members:
Properties
| Property | Description |
|---|---|
| data_type | Data type of this field. |
| semantic | The usage semantic of this field. |
| alias | Alias annotated by attribute SemanticAttribute |
| index | Index of this field in the vertex’s layout with same semantic. |
| offset | The offset in bytes of this field. |
| size | The size in bytes of this field |
Methods
| Method | Description |
|---|---|
compare_to(self, other) | Compares this instance to a specified object and returns an indication of their relative values. |
See Also
- module
aspose.threed.utilities - class
SemanticAttribute