Chipmunk2D Pro API Reference  7.0.1
 All Classes Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
List of all members
<ChipmunkBaseObject> Protocol Referenceabstract

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.
 

Detailed Description

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.


The documentation for this protocol was generated from the following file: