Class StatsPanel

Hierarchy

  • StatsPanel

Constructors

Properties

Constructors

  • Parameters

    • name: string
    • fg: string
    • bg: string

    Returns StatsPanel

Properties

dom: HTMLCanvasElement
update: ((value, maxValue) => void)

Type declaration

    • (value, maxValue): void
    • Parameters

      • value: number
      • maxValue: number

      Returns void

Generated using TypeDoc