36 std::execution::par_unseq,
37 updated_unconstrained_transforms.begin(),
38 updated_unconstrained_transforms.end(),
41 auto& transform = registry.get<transform_component>(entity_id);
42 transform.world = transform.local;
45 updated_unconstrained_transforms.clear();
virtual void update(float t, float dt)
Perform's a system's update() function.
spatial_system(entity::registry ®istry)
Abstract base class for updatable systems.
entt::registry registry
Component registry type.
Causes an ordered stack of constraints to be applied to an entity.