예제 #1
0
파일: __init__.py 프로젝트: goosemo/monkey
 def _remove_static_shape(self, static_shape):
     """Removes a static shape from the space."""
     del self._static_shapes[static_shape.id]
     cp.cpSpaceRemoveStaticShape(self._space, static_shape._shape)
예제 #2
0
파일: pymunk.py 프로젝트: kakila/cavemen
 def remove_static_shape(self, staticshape):
     """Removes a shape from the space."""
     cp.cpSpaceRemoveStaticShape(self._space, staticshape._shape)
예제 #3
0
파일: pymunk.py 프로젝트: ezequielp/cavemen
 def remove_static_shape(self, staticshape):
     """Removes a shape from the space."""
     cp.cpSpaceRemoveStaticShape(self._space, staticshape._shape)