Expand description
Contains all the raw structs.
These are not meant to be used directly, but are used to deserialize the JSON data from the .json file inside the .sb3 file.
Re-exports§
pub use raw_block::*;pub use raw_costume::*;pub use raw_project::*;pub use raw_sound::*;pub use raw_target::*;
Modules§
- raw_
block - The raw_block module contains the
RawBlockstruct and related functionality. - raw_
costume - The raw_costume module contains the
RawCostumestruct. - raw_
project - The raw_project module contains the
RawProjectstruct and related functionality. - raw_
sound - The raw_sound module contains the
RawSoundstruct. - raw_
target - The raw_target module contains the
RawTargetenum.