The starting point of an Ineka game application.

Constructors

Properties

Accessors

Methods

Constructors

Properties

rootNode: undefined | TreeNode

Root node of the engine's graph.

Accessors

  • get container(): HTMLElement
  • Get engine's container element.

    Returns HTMLElement

Methods

  • Loads systems/rootNode and starts the update loops.

    Returns void

  • Update loop function, uses notions from this article to fix the timestep for fixed update loops (useful for physics and user interactions).

    Parameters

    • now: number

    Returns void