Chipmunk2D Pro API Reference
7.0.1
|
This protocol is implemented by objects that know how to add themselves to a space. More...
#import <ObjectiveChipmunk.h>
Inherits <ChipmunkObject>.
Inherited by ChipmunkBody, ChipmunkConstraint, and ChipmunkShape.
Additional Inherited Members | |
Instance Methods inherited from <ChipmunkObject> | |
(id< NSFastEnumeration >) | - chipmunkObjects |
Returns a list of ChipmunkBaseObject objects. | |
This protocol is implemented by objects that know how to add themselves to a space.
It's used internally as part of the ChipmunkObject protocol. You should never need to implement it yourself.