View Source ECSx.Manager (ECSx v0.1.1)

The Manager for your ECSx application.

In an ECSx application, the Manager is responsible for:

  • starting up ETS tables for each Aspect, where the Components will be stored
  • keeping track of the Systems to run, and their run order
  • configuring the tick rate for the application
  • running the Systems every tick
  • validating and writing updates from the player clients

Link to this section Summary

Link to this section Functions