# SceneCreateOptions
Options for creating a new scene.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## SceneCreateOptions interface

Options for creating a new scene.

**Signature:**

```typescript
interface SceneCreateOptions
```

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [duration?](/en/creator-api/types/scene-create-options/duration)
      </td>

      <td />

      <td>
        number | undefined
      </td>

      <td>
        _(Optional)_ Duration of the scene in seconds
      </td>
    </tr>

    <tr>
      <td>
        [framerate?](/en/creator-api/types/scene-create-options/framerate)
      </td>

      <td />

      <td>
        number | undefined
      </td>

      <td>
        _(Optional)_ Frames per second
      </td>
    </tr>

    <tr>
      <td>
        [name?](/en/creator-api/types/scene-create-options/name)
      </td>

      <td />

      <td>
        string | undefined
      </td>

      <td>
        _(Optional)_ Name of the scene
      </td>
    </tr>

    <tr>
      <td>
        [size?](/en/creator-api/types/scene-create-options/size)
      </td>

      <td />

      <td>
        [Size](/en/creator-api/values/size) | undefined
      </td>

      <td>
        _(Optional)_ Size of the scene
      </td>
    </tr>
  </tbody>
</table>
