We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Scene class contains information about a scene in a project. Here are its properties:
Scene
name
The name of the scene.
custom_blocks
A list of CustomBlock objects, each one corresponding to a custom block definition.
CustomBlock
stage
A Stage object for the scene's stage.
Stage
variables
A list of Variable objects, one for each variable in the current scene that's scoped for all sprites.
Variable