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.



194
195
196
# File 'lib/minigl/movement.rb', line 194

def right
  @right
end