CanvasObject: {
    draw: (() => void);
    update: (() => void);
}

Type declaration

  • draw: (() => void)
      • (): void
      • Returns void

  • update: (() => void)
      • (): void
      • Returns void

Generated using TypeDoc