xecs.PendingStartupSystems#

class xecs.PendingStartupSystems(*args, **kwargs)[source]#

Bases: Resource

A resource holding startup systems to be added to the world.

Methods

Attributes

systems

Startup systems to be added to the world.

Parameters:
  • args (Any) –

  • kwargs (Any) –

systems: list[Callable[[...], Any]]#

Startup systems to be added to the world.