Chipmunk2D Pro API Reference  6.2.1
 All Classes Functions Variables Typedefs Properties Groups Pages
List of all members
ChipmunkStaticCircleShape Class Reference

A subclass of ChipmunkCircleShape that is added as a static shape when using add: (ChipmunkSpace). More...

#import <ChipmunkShape.h>

Inherits ChipmunkCircleShape.

Additional Inherited Members

- Instance Methods inherited from ChipmunkCircleShape
(id) - initWithBody:radius:offset:
 Initialize a circle shape with the given radius and offset from the center of gravity.
 
- Class Methods inherited from ChipmunkCircleShape
(id) + circleWithBody:radius:offset:
 Create an autoreleased circle shape with the given radius and offset from the center of gravity.
 
- Properties inherited from ChipmunkCircleShape
cpFloat radius
 The radius of the circle.
 
cpVect offset
 The offset from the center of gravity.
 

Detailed Description

A subclass of ChipmunkCircleShape that is added as a static shape when using add: (ChipmunkSpace).


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