/// Delete a chunk and release it to the pool public void DeleteChunk(Chunk chunk) { chunks.Remove(chunk.position); pool.ReleaseObject(chunk); }