InworldEditorError
Module: Inworld.Editor. Namespace: Inworld.Editors. inherited from IEditorState
This class is responsible for managing the state in which the Inworld editor receives an error from the Inworld server. It handles the appropriate actions and responses when these errors occur to ensure a smooth user experience.
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. |