Class MeshPart
Mesh part - set of vertex indexes with graphics primitive type
class MeshPart;
Constructors
| Name | Description |
|---|---|
this
(type, indexes)
|
Fields
| Name | Type | Description |
|---|---|---|
_indexData
|
ushort[] | |
_type
|
PrimitiveType |
Properties
| Name | Type | Description |
|---|---|---|
data[get]
|
const(ushort[]) | |
length[get]
|
int | |
type[get]
|
PrimitiveType | |
type[set]
|
PrimitiveType |
Methods
| Name | Description |
|---|---|
add
(indexes)
|