Methods#
getAllParamNames() → {Array.<string>}#
Get the name of all params of all types
- Source
Returns:
- Type:
- Array.<string>
getAudioClipAction(name) → {AudioActionParamReference}#
Gets a storable audio action
Parameters:
Name | Type | Description |
---|---|---|
name | string |
- Source
Returns:
getBoolParam(name) → {BoolParamReference}#
Gets a storable bool
Parameters:
Name | Type | Description |
---|---|---|
name | string |
- Source
Returns:
- Type:
- BoolParamReference
getColorParam(name) → {ColorParamReference}#
Gets a storable color
Parameters:
Name | Type | Description |
---|---|---|
name | string |
- Source
Returns:
- Type:
- ColorParamReference
getFloatParam(name) → {FloatParamReference}#
Gets a storable float
Parameters:
Name | Type | Description |
---|---|---|
name | string |
- Source
Returns:
- Type:
- FloatParamReference
getStringChooserParam(name) → {StringChooserParamReference}#
Gets a storable string chooser (drop down)
Parameters:
Name | Type | Description |
---|---|---|
name | string |
- Source
Returns:
getStringParam(name) → {StringParamReference}#
Gets a storable string
Parameters:
Name | Type | Description |
---|---|---|
name | string |
- Source
Returns:
- Type:
- StringParamReference
getUrlParam(name) → {UrlParamReference}#
Gets a storable url
Parameters:
Name | Type | Description |
---|---|---|
name | string |
- Source
Returns:
- Type:
- UrlParamReference
invokeAction(name) → {void}#
Calls a trigger
Parameters:
Name | Type | Description |
---|---|---|
name | string |
- Source
Returns:
- Type:
- void