void _notification(int p_what) { if (p_what==NOTIFICATION_ENTER_SCENE) { prop_edit->edit(options); _update_text(); } }
void _notification(int p_what) { if (p_what==NOTIFICATION_ENTER_TREE) { option_editor->edit(options); } }