ClientScriptableObjectClass
A client script class that doesn't represent any particular game object.
Kind: API page
Environments: Game
Game
Can receive events sent with sm.event.sendToScriptableObject.
Fields
| Name | Type | Description |
|---|---|---|
scriptableObject |
ScriptableObject | The ScriptableObject belonging to this class instance. |
data |
any | Data from the "data" json element. |
params |
any | Parameter sent to sm.scriptableObject.createScriptableObject. |