Expand description

Typings associated with Sprite .yy files, including many of the types associated with Sequences, for now. In future iterations of this crate, those shared resources will be in their own module.

Re-exports

pub use super::*;

Structs

A newtype wrapper around a uuid::Uuid. The inner value can always be accessed with inner without consuming the wrapper – its purpose is for developer simplicity.

A color encoded in a u64 in BGR format. It does not contain Alpha.

A newtype wrapper around a uuid::Uuid. The inner value can always be accessed with inner without consuming the wrapper – its purpose is for developer simplicity.

These are the “events” which a Sprite is subscribed to. It will always be its default value. It exists due to sharing resources with Sequences.

These are the “moments” which a Sprite is subscribed to. It will always be its default value. This is due to sharing resources with Sequences.

A newtype wrapper around a uuid::Uuid. The inner value can always be accessed with inner without consuming the wrapper – its purpose is for developer simplicity.

Enums