IndexBuffer3D class is used to create index buffer. Please use LayaGL.RenderOBJCreate.createIndexBuffer3D to create.
IndexBuffer3D 类用于创建索引缓冲。请使用LayaGL.RenderOBJCreate.createIndexBuffer3D来创建。
Index type.
Index count.
IndexBuffer3D usage type.
Whether the buffer can be read.
Constructor method, create index buffer.
构造方法,创建索引缓冲。
是否可读。
The number of indices.
索引个数。
The index type.
索引类型。
The byte count of the index type.
索引类型字节数量。
Destroys this IndexBuffer3D.
销毁此索引缓冲。
The index data.
Gets the index data.
获取索引数据。
The offset within the index buffer.
The offset within the data.
The number of indices to set.
Sets the data for the index buffer.
设置索引缓冲区的数据。
En
IndexBuffer3D class is used to create index buffer. Please use LayaGL.RenderOBJCreate.createIndexBuffer3D to create.
Zh
IndexBuffer3D 类用于创建索引缓冲。请使用LayaGL.RenderOBJCreate.createIndexBuffer3D来创建。