Method: MiniGL::Movement#right

Defined in:
lib/minigl/movement.rb

#rightObject (readonly)

The object that is making contact with this from the right. If there’s no contact, returns nil.



207
208
209
# File 'lib/minigl/movement.rb', line 207

def right
  @right
end