Method: MiniGL::Movement#bottom

Defined in:
lib/minigl/movement.rb

#bottomObject (readonly)

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



186
187
188
# File 'lib/minigl/movement.rb', line 186

def bottom
  @bottom
end