Skip to content

EditorLoad

Description

Similar to StageLoad, though only called when the object class is loaded in via an editor (such as RetroED v2). Used to load assets that will be used in EditorDraw.

Parameters

None.

Syntax

void EditorLoad();
static void EditorLoad();

Examples

void MyObject_EditorLoad() { }
void MyObject::EditorLoad() { }