Public Member Functions

<ChipmunkObject> Protocol Reference

Allows you to add composite objects to a space in a single method call. More...

#import <ChipmunkObject.h>

Inherited by <ChipmunkBaseObject>.

List of all members.

Public Member Functions

(id< NSFastEnumeration >) - chipmunkObjects
 Returns a set of ChipmunkBaseObject objects.

Detailed Description

Allows you to add composite objects to a space in a single method call.

The easiest way to implement the ChipmunkObject protocol is to add a chipmunkObjects instance variable with a type of NSArray* to your class, create a synthesized property for it, and initialize it with the ChipmunkObjectFlatten() function.


The documentation for this protocol was generated from the following file:
 All Classes Functions Variables Properties