Crate sprite [] [src]

A library for sprite hierarchy and scene management

Reexports

pub use animation::Animation::*;

Structs

Scene

A scene is used to manage sprite's life and run animation with sprite

Sprite

A sprite is a texture with some properties.

Enums

Animation

Animations supported by Sprite

AnimationState

The state of animation

EaseFunction