Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunnable

This interface defines a runnable object, it is used internally.
A runnable object can be called for an update and a rendering process.
This interface is implemented by all scenes.

Hierarchy

  • IRunnable

Implemented by

Index

Methods

_runRender

  • _runRender(context: CanvasRenderingContext2D): void
  • Parameters

    • context: CanvasRenderingContext2D

    Returns void

_runUpdate

  • _runUpdate(): void

Generated using TypeDoc