Module prelude

Source

Re-exports§

pub use crate::BevyDefault as _;
pub use crate::Image;
pub use crate::ImageFormat;
pub use crate::TextureAtlasBuilder;
pub use crate::TextureError;

Structs§

DynamicTextureAtlasBuilder
Helper utility to update TextureAtlasLayout on the fly.
TextureAtlas
An index into a TextureAtlasLayout, which corresponds to a specific section of a texture.
TextureAtlasLayout
Stores a map used to lookup the position of a texture in a TextureAtlas. This can be used to either use and look up a specific section of a texture, or animate frame-by-frame as a sprite sheet.
TextureAtlasSources
Stores a mapping from sub texture handles to the related area index.