Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Methods

name

  • name(): string
  • Returns the name of this system.

    Returns string

scheduled

  • scheduled(): boolean
  • Checks whether the system has been scheduled. Returns true if the system is currently scheduled.

    Returns boolean

updateAfter

  • updateAfter(name: string): void
  • Indicates that this system must update after the name system. Call UpdateBefore before this system is scheduled. Calling it after This system is scheduled causes an error. Note that a system can be scheduled before or after multiple other systems.

    Parameters

    • name: string

    Returns void

updateBefore

  • updateBefore(name: string): void
  • Indicates that this system must update before the name system. Call UpdateBefore before this system is scheduled. Calling it after this system is scheduled causes an error. Note that a system can be scheduled before or after multiple other systems.

    Parameters

    • name: string

    Returns void

Static define

Generated using TypeDoc