Namespace TileWorld.Engine.Storage
Classes
- ChunkSerializer
Serializes and deserializes chunk cell data to the on-disk binary chunk format.
- WorldCatalog
Scans and creates persisted worlds inside a common worlds root directory.
- WorldCatalogEntry
Describes a persisted world discovered by WorldCatalog.
- WorldCreationOptions
Describes a new persisted world that should be created by WorldCatalog.
- WorldMetadataSerializer
Serializes and deserializes world metadata to the persistent JSON format.
- WorldStorage
Provides file-system access for world metadata and chunk payloads.