# SceneLayer
Represents an instance of a scene.

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

## SceneLayer interface

Represents an instance of a scene.

**Signature:**

```typescript
interface SceneLayer extends LayerMixin
```

**Extends:** [LayerMixin](/en/creator-api/nodes/layer-mixin)

## Remarks

A scene layer is a type of layer that references a source scene. Changes to the source scene automatically reflect in all instances.

## 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/nodes/scene-layer/scene)
      </td>

      <td />

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

      <td>
        The source scene this scene layer references
      </td>
    </tr>

    <tr>
      <td>
        [type](/en/creator-api/nodes/scene-layer/type)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        "SCENE\_LAYER"
      </td>

      <td>
        Layer type
      </td>
    </tr>
  </tbody>
</table>

## Methods

<table>
  <thead>
    <tr>
      <th>
        Method
      </th>

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

  <tbody>
    <tr>
      <td>
        [break()](/en/creator-api/nodes/scene-layer/break)
      </td>

      <td>
        Breaks the connection to the source scene, converting this to a regular shape layer
      </td>
    </tr>
  </tbody>
</table>
