VertexDeclaration class
VertexDeclaration class
The declaration of a custom defined vertex’s structure
The VertexDeclaration type exposes the following members:
Constructors
Constructor | Description |
---|
init | Constructs a new instance of VertexDeclaration |
Properties
Property | Description |
---|
sealed | A VertexDeclaration will be sealed when its been used by TriMesh1 or [ TriMesh`](/3d/python-net/aspose.threed.entities/trimesh), no more modifications is allowed. |
count | Gets the count of all fields defined in this VertexDeclaration |
size | The size in byte of the vertex structure. |
Indexer
Methods
See Also