Phaser API Documentation

  Version: 
<protected> preUpdate(time, delta)

Description:

Runs the preUpdate for this Plane, which will check its Animation State, if one is playing, and refresh view / model matrices, if updated.

Parameters:

name type description
time number

The current timestamp.

delta number

The delta time, in ms, elapsed since the last frame.

Since: 3.60.0