You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.