component.movementconstraintsystem
System that handles movement constraints.
- class MovementConstraintSystem: component.system.System;
System that handles movement constraints.
- this(EntitySystem entitySystem);
Construct a MovementConstraintSystem working on entities from specified EntitySystem.
- void update();
Update physics state of all entities with PhysicsComponents.