<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [Scene](./smwebsdk.scene.md) &gt; [(constructor)](./smwebsdk.scene._constructor_.md)

## Scene.(constructor)

Construct Scene from options object

**Signature:**

```typescript
constructor(options: SceneOptions);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | [SceneOptions](./smwebsdk.sceneoptions.md) | [SceneOptions](./smwebsdk.sceneoptions.md) Optional configuration for the Scene. May be an empty object. |

