cohtml.MeshBuffersInfo
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| MeshBuffersInfo(VertexBufferObject vbo =new VertexBufferObject(), IndexBufferObject ibo =new IndexBufferObject()) | |
| override string | ToString() |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| VertexBufferObject | VBO |
| IndexBufferObject | IBO |
Public Functions Documentation
Section titled “Public Functions Documentation”function MeshBuffersInfo
Section titled “function MeshBuffersInfo”MeshBuffersInfo( VertexBufferObject vbo =new VertexBufferObject(), IndexBufferObject ibo =new IndexBufferObject())function ToString
Section titled “function ToString”override string ToString()Public Attributes Documentation
Section titled “Public Attributes Documentation”variable VBO
Section titled “variable VBO”VertexBufferObject VBO;variable IBO
Section titled “variable IBO”IndexBufferObject IBO;© 2026 Coherent Labs. All rights reserved.