UEEditorGUI

Members

Functions

onCreate
void onCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

component2Remove
UEComponent component2Remove;
Undocumented in source.
componentEdit
UEComponent componentEdit;
Undocumented in source.
componentToAdd
string componentToAdd;
Undocumented in source.
showDebug
bool showDebug;
Undocumented in source.
showHiddenNodes
bool showHiddenNodes;
Undocumented in source.
showHirarchie
bool showHirarchie;

Variables

assetView
UEEditorAssetView assetView;
Undocumented in source.
console
UEEditorConsole console;
Undocumented in source.
dragDropEditor
UEDragDropEditor dragDropEditor;
Undocumented in source.
fileDialog
UEFileDialog fileDialog;
Undocumented in source.
menuBar
UEEditorMenuBar menuBar;
Undocumented in source.
referenceEditor
UEReferenceEditor referenceEditor;
Undocumented in source.

Inherited Members

From UEComponent

onUpdate
void onUpdate()
onCreate
void onCreate()
onDestroy
void onDestroy()
onCollision
void onCollision(UEComponent )
enabled
bool enabled [@property getter]
enabled
bool enabled [@property setter]
entity
UEEntity entity [@property getter]
sceneNode
UESceneNode sceneNode [@property getter]
registerEvent
void registerEvent(UEEventType _type, UEEventCallback _callback)

helper

getMenuItems
void getMenuItems(EditorMenuItem[] items)
setEntity
void setEntity(UEEntity _entity)

Meta