Module heron_core::stage[][src]

Physics stages for user systems. These stages are executed once per physics step.

That usually means they don’t run each frame and may run more than once in a single frame.

In general, end-users shouldn’t have to deal with these stages directly.

Instead, it is possible to call the add_physiscs_system extension function on AppBuilder to register systems that should run during the physics update.

Constants

ROOT

The root Schedule stage

UPDATE

A child SystemStage running before each physics step.