Module raw_target

Module raw_target 

Source
Expand description

The raw_target module contains the RawTarget enum.

It also contains the RawSprite, RawVariable and RawStage structs.

Structs§

RawSprite
The RawSprite struct represents a sprite in its raw form in a Scratch 3.0 project.
RawStage
The RawStage struct represents the stage in its raw form in a Scratch 3.0 project.
RawVariable
The RawVariable struct represents a variable in its raw form in a Scratch 3.0 project.

Enums§

RawTarget
The RawTarget enum represents either a sprite or the stage in its raw form in a Scratch 3.0 project.