Перейти к основному содержанию

IUpdatable

since: 3.1.1b127 arm64

Updatable is an object that is notified every tick via it's. New type Updatable.update method call.

Hierarchy

Index

Methods

Methods

update

  • update(deltaTime: number): void
  • Called every tick


    Parameters

    • deltaTime: number

      delta time as current tick in updatable

    Returns void

Page Options