enum

Tmxparser::RenderOrder

Inherits Enum < Comparable < Value < Object

Constants

RightDown = 0
RightUp = 1
LeftDown = 2
LeftUp = 3

Constructors

from_s(s : String) : RenderOrder
Source

Instance methods

left_down?

Returns true if this enum value equals LeftDown

Source
left_up?

Returns true if this enum value equals LeftUp

Source
right_down?

Returns true if this enum value equals RightDown

Source
right_up?

Returns true if this enum value equals RightUp

Source