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
.
203 204 205 |
# File 'lib/minigl/movement.rb', line 203 def right @right end |