Skip to content

LateUpdate

Description

Same as Update, though this is called after Update was called for all entities and all type and draw list sorting has been done.

Parameters

None.

Syntax

void LateUpdate();
void LateUpdate();

Examples

void MyObject_LateUpdate() { }
void MyObject::LateUpdate() { }