Creature#update()

update()

Override this method in your own custom objects to handle any update requirements.
It is called immediately after preUpdate and before postUpdate.
Remember if this Game Object has any children you should call update on those too.

Inherited From
Source code: gameobjects/components/Core.js (Line 328)
doc_phaser
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.