IIndexBuffer Interface |
Namespace: Aspose.ThreeD.Render
The IIndexBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of index in this buffer.
|
![]() | IndexDataType |
Gets the data type of each element.
|
![]() | Size |
Size of this buffer in bytes
(Inherited from IBuffer.) |
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | LoadData(Byte) |
Load the data into current buffer
(Inherited from IBuffer.) |
![]() | LoadData(Int16) |
Load indice data
|
![]() | LoadData(Int32) |
Load indice data
|
![]() | LoadData(UInt32) |
Load indice data
|
![]() | LoadData(TriMesh) |
Load indice data from TriMesh |