Skip to main content

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

FunctionDescriptionParameters
OnOpenWindowTriggered when the editor window is opened.
DrawTitleTriggered when rendering the title of the editor panel page.
DrawContentTriggered when rendering the content of the editor panel page.
DrawButtonsTriggered when rendering buttons at the bottom of the editor panel page.
OnExitTriggered when this state exits.
OnEnterTriggered when this state is entered.
PostUpdateTriggered after other general update logic has completed.