Inworld Game Data
In Module: Inworld.AI
InworldGameData is the scriptableObject
for an InworldScene. It is generated by Inworld Editor. It is used in InworldController.
Inspector Variables
Variable | Description |
---|---|
Scene Full Name | The full name string for the InworldScene |
API Key | The API Key that can be used to load that InworldScene |
API Secret | The API Secret that can be used to load that InworldScene |
Character | A list of InworldCharacters in the InworldScene |
Capabilities | The Capabilities that is used for loading the InworldScene |
Properties
Property | Description |
---|---|
SceneFileName | Get the generated name for the scriptable object. |
Process | Gets the download progress of the assets. |
API
Function | Description | Parameters |
---|---|---|
SetData | Set the data for the scriptable object instantiated. | sceneData: The reference for the InworldSceneData to copy keySecret: The API key/secret to use for loading this InworldScene |