Trait GetChunkPos

Source
pub trait GetChunkPos {
    // Required method
    fn chunk_pos(&self) -> ChunkPos;
}
Expand description

Obtains a chunk position for the purpose of placement in the BVH.

Required Methods§

Implementors§