Enum ChunkCleanupType
Namespace: Tessera
Assembly: Tessera.dll
Syntax
public enum ChunkCleanupType
Fields
Name | Description |
---|---|
Full | Remove everything associated with the chunk. |
Memoize | Remove the GameObjects, but keep tile data so they can be recreated exactly |
None | Never cleanup chunks |