Skip to main content

IStudioDataHandler

The Studio Data Handler interface for implementing studio connection APIs. In the editor, it is inherited as InworldEditorStudio. At run-time, it is inherited as RuntimeInworldStudio.

API

FunctionReturn TypeDescriptionParameters
CreateWorkspacesvoidFor instantiating InworldWorkspaceDataworkspaces: data returned from the server
CreateScenesvoidFor instantiating InworldSceneDataworkspace: target InworldWorkspaceData to add scenes. scenes: data returned from the server
CreateCharactersvoidFor instantiating InworldCharacterDataworkspace: target InworldWorkspaceData to add characters. characters: data returned from the server
CreateIntegrationsvoidFor instantiating InworldKeySecretworkspace: target InworldWorkspaceData to add key/secret pairs. apiKeys: data returned from the server
OnStudioErrorvoidFor handling error messages returning from the studio serverstudioStatus: the error message type of the studio server msg: the returning string of the message
OnUserTokenCompletedvoidTo be invoked when the studio access token is generatedN/A