This structure is used to build circle shapes.
b2CircleDef
|
|
|
|
|
__getstate__(self,
additional_ignore=[ ] )
Returns a dictionary representation of self, with
dict(var=value [, ...]) |
source code
|
|
|
__setstate__(self,
dict)
Takes each variable=value pair in the dictionary and sets the
attributes based on them |
source code
|
|
|
|
|
ClearUserData(...)
b2ShapeDef_ClearUserData(b2ShapeDef self) |
source code
|
|
|
GetUserData(...)
b2ShapeDef_GetUserData(b2ShapeDef self) -> PyObject |
source code
|
|
|
SetUserData(...)
b2ShapeDef_SetUserData(b2ShapeDef self, PyObject data) |
source code
|
|
|
|
|
thisown
The membership flag
|
|
localPosition
b2CircleDef_localPosition_get(b2CircleDef self) -> b2Vec2
|
|
radius
b2CircleDef_radius_get(b2CircleDef self) -> float32
|
|
density
b2ShapeDef_density_get(b2ShapeDef self) -> float32
|
|
filter
b2ShapeDef_filter_get(b2ShapeDef self) -> b2FilterData
|
|
friction
b2ShapeDef_friction_get(b2ShapeDef self) -> float32
|
|
isSensor
b2ShapeDef_isSensor_get(b2ShapeDef self) -> bool
|
|
restitution
b2ShapeDef_restitution_get(b2ShapeDef self) -> float32
|
|
type
b2ShapeDef_type_get(b2ShapeDef self) -> b2ShapeType
|
|
userData
GetUserData(self) -> PyObject
|