<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [Persona](./smwebsdk.persona.md) &gt; [(constructor)](./smwebsdk.persona._constructor_.md)

## Persona.(constructor)

Constructs a new instance of the `Persona` class

**Signature:**

```typescript
constructor(scene: Scene, personaId: PersonaId);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  scene | [Scene](./smwebsdk.scene.md) | The scene the persona resides in |
|  personaId | PersonaId | The id of the persona as received in a state callback |

