Struct rgmk::Sprite [] [src]

pub struct Sprite {
    pub name_index: usize,
    pub width: u32,
    pub height: u32,
    // some fields omitted
}

A game maker sprite.

Fields

The index of the resource name in the string table.

The width of the sprite

The height of the sprite

Trait Implementations

impl Clone for Sprite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more