Method: MiniGL::Ramp#left
- Defined in:
- lib/minigl/movement.rb
#left ⇒ Object (readonly)
Whether the height of the ramp increases from left to right (decreases from left to right when false).
67 68 69 |
# File 'lib/minigl/movement.rb', line 67 def left @left end |