lateUpdate
ScriptBase::lateUpdate
Is executed each frame, after the potential PhysicsModule update.
Declaration
virtual void lateUpdate(float dt);
Parameters
Name |
Type |
Description |
|---|---|---|
dt |
float |
The delta time, which corresponds to the time between two frames, in seconds. |
Returns
None.
Notes
This function can be overloaded when creating a Script and is executed once per frame, after the potential PhysicsModule update.