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: PartialEntityInfosSome metadata about entities, like what entities are in certain chunks. This does not contain the entity data itself, that’s in the ECS.