SceneLayer

Represents an instance of a scene.

SceneLayer interface

Represents an instance of a scene.

Signature:

interface SceneLayer extends LayerMixin

Extends: LayerMixin

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

Property

Modifiers

Type

Description

scene

Scene

The source scene this scene layer references

type

readonly

"SCENE_LAYER"

Layer type

Methods

Method

Description

break()

Breaks the connection to the source scene, converting this to a regular shape layer

Last updated: August 5, 2026 at 11:47 AMEdit this page