|
MeshBaker
|
Inherits MonoBehaviour.
Classes | |
| struct | IntVector3 |
Static Public Member Functions | |
| static MB2_VoxelEngine | GetEngine () |
Public Attributes | |
| float | stopCombiningAfterThisTimeExceeded = .01f |
| WorldDatabase | wd |
| Transform | playerTransform |
| IntVector3 | playerChunkLocation |
| Dictionary< IntVector3, MB2_Chunk > | renderChunks = new Dictionary<IntVector3, MB2_Chunk>() |
Static Public Attributes | |
| static int | RENDER_SIZE = 2 |
|
static |
| IntVector3 MB2_VoxelEngine.playerChunkLocation |
| Transform MB2_VoxelEngine.playerTransform |
|
static |
| Dictionary<IntVector3, MB2_Chunk> MB2_VoxelEngine.renderChunks = new Dictionary<IntVector3, MB2_Chunk>() |
| float MB2_VoxelEngine.stopCombiningAfterThisTimeExceeded = .01f |
| WorldDatabase MB2_VoxelEngine.wd |
1.8.12