Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • System

Index

Constructors

  • new System(config?: SystemConfig): System

Properties

config: SystemConfig
container?: Container
handle: string
lastTime: number

Methods

  • DeltaTimeGet(): number
  • Get the delta time since the last update and reset the lastTime

    Returns number

  • Export(): Record<string, any>
  • Export the system's current configuration

    Returns Record<string, any>

  • HandleGet(): string
  • Init(): void
  • Initialize the system (can be overridden by subclasses)

    Returns void

  • Update(): void
  • Update the system (must be implemented by subclasses)

    Returns void

Generated using TypeDoc