Method: MiniGL::Movement#left
- Defined in:
- lib/minigl/movement.rb
#left ⇒ Object (readonly)
The object that is making contact with this from the left. If there’s no contact, returns nil.
203 204 205 |
# File 'lib/minigl/movement.rb', line 203 def left @left end |