Struct quicksilver::graphics::Atlas[][src]

pub struct Atlas { /* fields omitted */ }

An image atlas that allows a single image file to represent multiple individual images

It uses the libgdx / spine atlas format and groups them by name and index if applicable

Methods

impl Atlas
[src]

Load an atlas at a given path

Get an image or animation with a given name

Trait Implementations

impl Clone for Atlas
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Atlas
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Atlas

impl !Sync for Atlas