Phaser API Documentation

  Version: 
<protected> update(time, delta)

Description:

Internal method called automatically by the Camera Manager.

Parameters:

name type description
time number

The current timestamp as generated by the Request Animation Frame or SetTimeout.

delta number

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

Since: 3.0.0
Source: src/cameras/2d/Camera.js (Line 759)