Method: MiniGL::Movement#left

Defined in:
lib/minigl/movement.rb

#leftObject (readonly)

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



190
191
192
# File 'lib/minigl/movement.rb', line 190

def left
  @left
end