Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Updatable

indicates when an object is updatable

Hierarchy

  • Updatable

Index

Methods

Methods

update

  • update(pointer: Pointer, canvas: HTMLCanvasElement): void
  • The update method will be called each frame inside Ga's game loop.

    Parameters

    • pointer: Pointer
    • canvas: HTMLCanvasElement

    Returns void

Generated using TypeDoc