# SceneLayerCreateOptions
Options for creating a scene layer.

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

## SceneLayerCreateOptions interface

Options for creating a scene layer.

**Signature:**

```typescript
interface SceneLayerCreateOptions extends LayerCreateOptions
```

**Extends:** [LayerCreateOptions](/en/creator-api/types/layer-create-options)

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

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

      <td />

      <td>
        [Scene](/en/creator-api/nodes/scene) | undefined
      </td>

      <td>
        _(Optional)_ The source scene for the scene layer
      </td>
    </tr>
  </tbody>
</table>
