Home
News
Learn
Download
Examples
Community
Login
Phaser API Documentation
Version:
Namespaces
Classes
Events
Game Objects
Physics
Scenes
Changelog
Member of:
Phaser.GameObjects.GameObject
update([args])
Description:
To be overridden by custom GameObjects. Allows base objects to be used in a Pool.
Parameters:
name
type
arguments
description
args
*
<optional>
args
Since:
3.0.0
Source:
src/gameobjects/GameObject.js
(Line
579
)
Possible examples