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.
Source code: gameobjects/components/Core.js (Line 328)