EditManager
Engine/source/gui/worldEditor/editor.h
Private Types
Parent
Public Attributes
mBookmarks [10]
Public Functions
DECLARE_CATEGORY("Gui Editor" )
Perform the onEditorDisabled callback on all SimObjects and set gEditingMission false.
Perform the onEditorEnabled callback on all SimObjects and set gEditingMission true.
bool
onAdd()
Called when this object is added to the scene.
bool
onWake()
Called when this object is asked to wake up returns true if it's actually awake at the end.
Detailed Description
Private Types
typedef GuiControl Parent
Public Attributes
MatrixF mBookmarks [10]
Public Functions
EditManager()
~EditManager()
DECLARE_CATEGORY("Gui Editor" )
DECLARE_CONOBJECT(EditManager )
editorDisabled()
Perform the onEditorDisabled callback on all SimObjects and set gEditingMission false.
editorEnabled()
Perform the onEditorEnabled callback on all SimObjects and set gEditingMission true.
onAdd()
Reimplemented from: GuiControl
onSleep()
Reimplemented from: GuiControl
onWake()
Reimplemented from: GuiControl