Struct tiled_parser::level::Level [] [src]

pub struct Level {
    pub height: u32,
    pub width: u32,
    pub version: u32,
    pub properties: HashMap<String, String>,
    pub orientation: String,
    pub renderorder: String,
    pub tileheight: u32,
    pub tilewidth: u32,
    pub layers: Vec<Layer>,
    pub tilesets: Vec<Tileset>,
}

Fields

Trait Implementations

impl Clone for Level
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Level
[src]

Formats the value using the given formatter.

impl Default for Level
[src]

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