Skip to content

The Scene class

PPPDUD edited this page Apr 6, 2026 · 3 revisions

The Scene class contains information about a scene in a project. Here are its properties:

data property

The data property is a dictionary containing internal information about the scene. Its contents are not guaranteed to be consistent across versions or project files, so it should not be used in production code.

name property

The name of the scene.

custom_blocks property

A list of CustomBlock objects, each one corresponding to a custom block definition.

stage property

A Stage object for the scene's stage.

Clone this wiki locally