Skip to content

EditorDraw

Description

Similar to Draw, though only called when the object class is loaded in via an editor (such as RetroED v2). Used to draw sprites in the editor, called once per frame, per entity.

Parameters

None.

Syntax

void EditorDraw();
void EditorDraw();

Examples

void MyObject_EditorDraw() { }
void MyObject::EditorDraw() { }