Skip to main content

Module sprite

Module sprite 

Source
Expand description

Contains all structures and methods to create and manage sprites.

For more info see Sprite.

Structs§

Sprite
Sprite is a billboard which always faces towards the camera. It can be used as a “model” for bullets, and so on.
SpriteBuilder
Sprite builder allows you to construct sprite in declarative manner. This is typical implementation of Builder pattern.
SpriteVertex
A vertex for sprites.