wima
    Preparing search index...

    Class Executor

    Classes which implement/extend Executor takes a schedule and executes the systems on it using a world.

    class SomeExecutor extends Executor {}

    const world = new World()
    const schedule = new Schedule()
    const executor = new SomeExecutor()

    executor.start(world, schedule)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    tick: number = 0
    time: number = 0

    Methods