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