Enum tiled::Orientation [] [src]

pub enum Orientation {
    Orthogonal,
    Isometric,
    Staggered,
    Hexagonal,
}

Variants

Trait Implementations

impl Debug for Orientation
[src]

Formats the value using the given formatter.

impl PartialEq for Orientation
[src]

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

This method tests for !=.

impl Eq for Orientation
[src]

impl FromStr for Orientation
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more