프로퍼티 | 타입 | 설명 | |
---|---|---|---|
indexBuffer | |||
indexCount | int | ||
indexStart | int |
메소드 | 설명 | |
---|---|---|
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. /// |
리턴 |