after

Specifies the system is to run after the given system

Note: this is an experimental feature, and the ordering might not work correctly for script initialized systems

Arguments

  • self_ : ScriptSystemBuilder - The system builder to add the dependency to.
  • system : ReflectSystem - The system to run after.

Returns

  • builder : ScriptSystemBuilder - The system builder with the dependency added.