VOX
A little voxel engine
Loading...
Searching...
No Matches
ServerWorld::ChunkLoadUnloadData Struct Reference

#include <ServerWorld.hpp>

Collaboration diagram for ServerWorld::ChunkLoadUnloadData:
Collaboration graph

Public Attributes

std::vector< std::shared_ptr< Chunk > > chunks_to_load
 
std::vector< glm::ivec3 > chunks_to_unload
 

Member Data Documentation

◆ chunks_to_load

std::vector<std::shared_ptr<Chunk> > ServerWorld::ChunkLoadUnloadData::chunks_to_load

◆ chunks_to_unload

std::vector<glm::ivec3> ServerWorld::ChunkLoadUnloadData::chunks_to_unload

The documentation for this struct was generated from the following file: