Property | Type | Description | |
---|---|---|---|
indexBuffer | |||
indexCount | int | ||
indexStart | int |
Method | Description | |
---|---|---|
Clone ( ) : |
Creates a copy of the index data object, without a copy of the buffer data.
|
|
Clone ( bool copyData ) : |
Clones this vertex data, potentially including replicating any index buffers.
|
public Clone ( bool copyData ) : |
||
copyData | bool | /// If true, makes a copy the index buffer in addition to the definition. /// If false, the clone will refer to the same index buffer this object refers to. /// |
return |
public HardwareIndexBuffer,Axiom.Graphics indexBuffer | ||
return |