Struct editeur::sprite::Sprite [] [src]

pub struct Sprite { /* fields omitted */ }

Methods

impl Sprite
[src]

The function insert_list push a new draw from a list of tuple of emotion by part.

The function extend extends the local dictionary of texel.

The mutator method add_position_draw increments the position of the draw sheet cursor.

The mutator method sub_position decrements the position of the draw sheet cursor.

The mutator method add_position_draw increments the position of the cell board cursor.

The mutator method sub_position_draw decrements the position of the cell board cursor.

Trait Implementations

impl Debug for Sprite
[src]

Formats the value using the given formatter.

impl Clone for Sprite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> IntoIterator for &'a Sprite
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl Default for Sprite
[src]

Returns the "default value" for a type. Read more