Struct tiled::Tile[][src]

pub struct Tile {
    pub id: u32,
    pub flip_h: bool,
    pub flip_v: bool,
    pub images: Vec<Image>,
    pub properties: Properties,
    pub objectgroup: Option<ObjectGroup>,
    pub animation: Option<Vec<Frame>>,
}

Fields

Trait Implementations

impl Debug for Tile
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Tile
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Tile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Tile

impl Sync for Tile