Methods
require(name)
- Source:
- See:
Require a registered plugin.
Parameters:
Name | Type | Description |
---|---|---|
name |
String | Name of the plugin as given when registered. |
start()
- Source:
Start the experience. This lifecycle method is called by the soundworks
client when all the required plugins are ready
and thus the `Experience``
can start with all the necessary informations and plugins ready to be consumed.