Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateable

Interface for objects having/requring a realtime update features

Hierarchy

  • IUpdateable

Implemented by

Index

Methods

Methods

onUpdate

  • onUpdate(deltaTime: number): void
  • This function is called every frame (typically by the Stage class). It is intentionally named "event-like" to make it clear it is primarily listener to some "update" and not performing update of internal component data.

    Parameters

    • deltaTime: number

      time passed since last call of this function

    Returns void

Generated using TypeDoc