xecs.PendingSystems#

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

Bases: Resource

A resource holding systems to be added to the world.

Methods

Attributes

systems

Systems to be added to the world, together with their time step, if any.

Parameters:
  • args (Any) –

  • kwargs (Any) –

systems: list[tuple[Callable[[...], Any], Duration | None]]#

Systems to be added to the world, together with their time step, if any.