Struct neko::graphic::Sprite []

pub struct Sprite { /* fields omitted */ }

Methods

impl Sprite

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

Formats the value using the given formatter.

impl Default for Sprite

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

impl Clone for Sprite

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> IntoIterator for &'a Sprite

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