Home | Trees | Indices | Help |
|
---|
|
A shape definition is used to construct a shape. This class defines an abstract shape definition. You can reuse shape definitions safely.
|
|||
b2ShapeDef |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
thisown The membership flag |
|||
type b2ShapeDef_type_get(b2ShapeDef self) -> b2ShapeType |
|||
friction b2ShapeDef_friction_get(b2ShapeDef self) -> float32 |
|||
restitution b2ShapeDef_restitution_get(b2ShapeDef self) -> float32 |
|||
density b2ShapeDef_density_get(b2ShapeDef self) -> float32 |
|||
isSensor b2ShapeDef_isSensor_get(b2ShapeDef self) -> bool |
|||
filter b2ShapeDef_filter_get(b2ShapeDef self) -> b2FilterData |
|||
userData GetUserData(self) -> PyObject |
|
The constructor sets the default shape definition values.
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties. |
|
thisownThe membership flag |
typeb2ShapeDef_type_get(b2ShapeDef self) -> b2ShapeType |
frictionb2ShapeDef_friction_get(b2ShapeDef self) -> float32 |
restitutionb2ShapeDef_restitution_get(b2ShapeDef self) -> float32 |
densityb2ShapeDef_density_get(b2ShapeDef self) -> float32 |
isSensorb2ShapeDef_isSensor_get(b2ShapeDef self) -> bool |
filterb2ShapeDef_filter_get(b2ShapeDef self) -> b2FilterData |
userDataGetUserData(self) -> PyObject |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:59 2009 | http://epydoc.sourceforge.net |