Struct tego::TileSet[][src]

pub struct TileSet {
    pub firstgid: GID,
    pub name: String,
    pub tile_size: ivec2,
    pub spacing: usize,
    pub margin: usize,
    pub tilecount: usize,
    pub columns: usize,
    pub image: ImageStorage,
}

Fields

firstgid: GIDname: Stringtile_size: ivec2spacing: usizemargin: usizetilecount: usizecolumns: usizeimage: ImageStorage

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.