Skip to main content

PartialInstance

Type Alias PartialInstance 

Source
pub type PartialInstance = PartialWorld;
👎Deprecated: renamed to PartialWorld.

Aliased Type§

pub struct PartialInstance {
    pub chunks: PartialChunkStorage,
    pub entity_infos: PartialEntityInfos,
}

Fields§

§chunks: PartialChunkStorage§entity_infos: PartialEntityInfos

Some metadata about entities, like what entities are in certain chunks. This does not contain the entity data itself, that’s in the ECS.