IEditorState
Module: Inworld.Editor. Namespace: Inworld.Editors.
This interface class defines event processing functions that must be implemented by specific states within the Inworld.Editor module.
API
Function | Description | Parameters |
---|---|---|
OnOpenWindow | Triggered when the editor window is opened. | |
DrawTitle | Triggered when rendering the title of the editor panel page. | |
DrawContent | Triggered when rendering the content of the editor panel page. | |
DrawButtons | Triggered when rendering buttons at the bottom of the editor panel page. | |
OnExit | Triggered when this state exits. | |
OnEnter | Triggered when this state is entered. | |
PostUpdate | Triggered after other general update logic has completed. |