◆ TerrainSerializer129()
| Game.TerrainSerializer129.TerrainSerializer129 |
( |
Terrain | terrain, |
|
|
string | directoryName ) |
◆ Dispose()
| void Game.TerrainSerializer129.Dispose |
( |
| ) |
|
◆ LoadChunk()
| bool Game.TerrainSerializer129.LoadChunk |
( |
TerrainChunk | chunk | ) |
|
◆ LoadChunkBlocks()
◆ ReadChunkHeader()
| void Game.TerrainSerializer129.ReadChunkHeader |
( |
Stream | stream | ) |
|
|
static |
◆ ReadInt()
| int Game.TerrainSerializer129.ReadInt |
( |
Stream | stream | ) |
|
|
static |
◆ ReadTOCEntry()
| void Game.TerrainSerializer129.ReadTOCEntry |
( |
Stream | stream, |
|
|
out int | cx, |
|
|
out int | cz, |
|
|
out int | index ) |
|
static |
◆ SaveChunk()
| void Game.TerrainSerializer129.SaveChunk |
( |
TerrainChunk | chunk | ) |
|
◆ SaveChunkBlocks()
◆ WriteChunkHeader()
| void Game.TerrainSerializer129.WriteChunkHeader |
( |
Stream | stream, |
|
|
int | cx, |
|
|
int | cz ) |
|
static |
◆ WriteInt()
| void Game.TerrainSerializer129.WriteInt |
( |
Stream | stream, |
|
|
int | value ) |
|
static |
◆ WriteTOCEntry()
| void Game.TerrainSerializer129.WriteTOCEntry |
( |
Stream | stream, |
|
|
int | cx, |
|
|
int | cz, |
|
|
int | index ) |
|
static |
◆ ChunkBitsX
| const int Game.TerrainSerializer129.ChunkBitsX = 4 |
|
static |
◆ ChunkBitsZ
| const int Game.TerrainSerializer129.ChunkBitsZ = 4 |
|
static |
◆ ChunkBytesCount
| const int Game.TerrainSerializer129.ChunkBytesCount = 132112 |
|
static |
◆ ChunksFileName
| const string Game.TerrainSerializer129.ChunksFileName = "Chunks32.dat" |
|
static |
◆ ChunkSizeX
| const int Game.TerrainSerializer129.ChunkSizeX = 16 |
|
static |
◆ ChunkSizeY
| const int Game.TerrainSerializer129.ChunkSizeY = 128 |
|
static |
◆ ChunkSizeZ
| const int Game.TerrainSerializer129.ChunkSizeZ = 16 |
|
static |
◆ m_buffer
| byte [] Game.TerrainSerializer129.m_buffer = new byte[131072] |
◆ m_chunkOffsets
| Dictionary<Point2, long> Game.TerrainSerializer129.m_chunkOffsets = [] |
◆ m_stream
| Stream Game.TerrainSerializer129.m_stream |
◆ m_terrain
| Terrain Game.TerrainSerializer129.m_terrain |
◆ MaxChunks
| const int Game.TerrainSerializer129.MaxChunks = 65536 |
|
static |
◆ TocBytesCount
| const int Game.TerrainSerializer129.TocBytesCount = 786444 |
|
static |
◆ TocEntryBytesCount
| const int Game.TerrainSerializer129.TocEntryBytesCount = 12 |
|
static |
该类的文档由以下文件生成: