Enum tiled::Orientation [] [src]

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

Variants

OrthogonalIsometricStaggeredHexagonal

Trait Implementations

impl Eq for Orientation
[src]

impl PartialEq for Orientation
[src]

fn eq(&self, __arg_0: &Orientation) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for Orientation
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl FromStr for Orientation
[src]

type Err = ParseTileError

The associated error which can be returned from parsing.

fn from_str(s: &str) -> Result<OrientationParseTileError>

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