Enum tiled::Orientation
[−]
[src]
pub enum Orientation {
Orthogonal,
Isometric,
Staggered,
Hexagonal,
}Variants
OrthogonalIsometricStaggeredHexagonalTrait 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) -> bool1.0.0
This method tests for !=.
impl Debug for Orientation[src]
impl FromStr for Orientation[src]
type Err = ParseTileError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Orientation, ParseTileError>
Parses a string s to return a value of this type. Read more