InworldEditorSelectCharacter
Module: Inworld.Editor. Namespace: Inworld.Editors. inherited from IEditorState
This class serves as the final state within the Inworld Studio Panel
. Its main functionality allows users to perform two key actions:
-
Refresh Character Assets: Users have the option to refresh the character assets. This process updates and synchronizes character-related assets with the Inworld server, ensuring that the latest character data is available for use.
-
Import Inworld Characters: Users can import Inworld characters into their Unity scene. This action facilitates the integration of characters created within Inworld into the Unity environment, enabling further development and interaction within Unity.
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. |