Method: CP::Shape#remove_from_space
- Defined in:
- lib/chipmunk.rb
#remove_from_space(space) ⇒ Object
69 70 71 |
# File 'lib/chipmunk.rb', line 69 def remove_from_space(space) space.remove_shape(self) end |
69 70 71 |
# File 'lib/chipmunk.rb', line 69 def remove_from_space(space) space.remove_shape(self) end |