Skip to content

Draw

Description

Called once every frame per entity if Entity::active allows for it. The ordering is based the value of Entity::drawGroup.

Parameters

None.

Syntax

void Draw();
void Draw();

Examples

void MyObject_Draw() { }
void MyObject::Draw() { }