Module valence::layer::message

source ·

Structs§

  • A message buffer of global messages (G) and local messages (L) meant for consumption by clients. Local messages are those that have some spatial component to them and implement the GetChunkPos trait. Local messages are placed in a bounding volume hierarchy for fast queries via Self::query_local. Global messages do not necessarily have a spatial component and all globals will be visited when using Self::iter_global.