<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [SceneUI](./server.sceneui.md) &gt; [(constructor)](./server.sceneui._constructor_.md)

## SceneUI.(constructor)

Constructs a new instance of the `SceneUI` class

**Signature:**

```typescript
constructor(options: SceneUIOptions);
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

options


</td><td>

[SceneUIOptions](./server.sceneuioptions.md)


</td><td>

The options for the SceneUI instance.


</td></tr>
</tbody></table>
