|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


Public 成员函数 | |
| void | Dispose () |
| ModelMeshPart | NewMeshPart (VertexBuffer vertexBuffer, IndexBuffer indexBuffer, int startIndex, int indicesCount, BoundingBox boundingBox) |
Public 属性 | |
| List< ModelMeshPart > | m_meshParts = [] |
| BoundingBox | m_boundingBox |
属性 | |
| string | Name [get, set] |
| ModelBone | ParentBone [get, set] |
| BoundingBox | BoundingBox [get, set] |
| ReadOnlyList< ModelMeshPart > | MeshParts [get] |
在文件 ModelMesh.cs 第 2 行定义.
| void Engine.Graphics.ModelMesh.Dispose | ( | ) |
在文件 ModelMesh.cs 第 18 行定义.
| ModelMeshPart Engine.Graphics.ModelMesh.NewMeshPart | ( | VertexBuffer | vertexBuffer, |
| IndexBuffer | indexBuffer, | ||
| int | startIndex, | ||
| int | indicesCount, | ||
| BoundingBox | boundingBox ) |
| BoundingBox Engine.Graphics.ModelMesh.m_boundingBox |
在文件 ModelMesh.cs 第 5 行定义.
| List<ModelMeshPart> Engine.Graphics.ModelMesh.m_meshParts = [] |
在文件 ModelMesh.cs 第 3 行定义.
|
getset |
在文件 ModelMesh.cs 第 11 行定义.
|
get |
在文件 ModelMesh.cs 第 16 行定义.
|
getset |
在文件 ModelMesh.cs 第 7 行定义.
|
getset |
在文件 ModelMesh.cs 第 9 行定义.