Skip to main content

apply_changes

Function apply_changes 

Source
pub fn apply_changes(
    schema: &BevySchema,
    world: &mut World,
    entities: &mut EntityMap,
    creates: &[EntitySnapshot],
    destroys: &[EntityId],
    updates: &[DeltaUpdateEntity],
) -> Result<()>