Module mold2d::sprite [] [src]

Structs

AnimatedSprite

Represents an animated sprite with multiple frames

Animations

An animation manager that retrieves the animations for a state

Sprite

A sprite data type that uses reference counting to reuse the texture on multiple sub-sprites

SpriteRectangle

A mutable rectangle for a sprite so it can be moved around

Spritesheet

A spritesheet manager that returns sprites within a range

SpritesheetConfig

Contains configuration fields for parsing a spritesheet

Enums

Direction

The direction that a sprite is facing

Traits

Renderable