Skip to main content

smwebsdk.scene.configure

Home > @soulmachines/smwebsdk > Scene > configure

Scene.configure() method

Send configuration to the scene

Signature:

configure(configuration: ConfigurationModel): Promise<any>;

Parameters

ParameterTypeDescription
configurationConfigurationModelScene configuration as per the scene protocol

Returns:

Promise<any>