Skip to content

The Project class

PPPDUD edited this page Apr 6, 2026 · 2 revisions

The Project class contains a number of interesting and/or useful property, which are listed here.

data property

The data property is a dictionary containing internal information about the project. 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 property is the name of the project.

app property

The app property contains version information from the IDE that created the project.

version property

An internal version number used by Snap!. Usually set to 2.

notes property

A string containing the project's notes.

scenes property

A list of Scene objects for each scene in the project.

Clone this wiki locally