Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Container

Index

Constructors

Properties

Handle: string
components: Map<string, Map<string, Component>>
entities: Map<string, Entity>
intervalFunc: Timeout
isInit: boolean
manager?: Manager
running: boolean
sleepInterval: number
systems: Map<string, System>

Methods

  • ComponentsGet(types: string[]): Record<string, any>
  • Parameters

    • types: string[]

    Returns Record<string, any>

  • EntityCreate(Handle?: string): Entity
  • EntityDestroy(Handle: string): void
  • Export(): Record<string, any>
  • HandleGet(): string
  • Start(interval?: number): void
  • Stop(): void
  • SystemsInit(): void
  • Update(): void

Generated using TypeDoc