OdeJointCollection
from panda3d.ode import OdeJointCollection
- class OdeJointCollection
Bases:
Inheritance diagram
- __add__(other: OdeJointCollection) OdeJointCollection
- __iadd__(other: OdeJointCollection) OdeJointCollection
- __init__()
- __init__(copy: OdeJointCollection)
- add_joints_from(other: OdeJointCollection)
- assign(copy: OdeJointCollection) OdeJointCollection
- clear()
- remove_duplicate_joints()
- remove_joints_from(other: OdeJointCollection)
- size() int
Returns the number of joints in the collection. This is the same thing as
get_num_joints()
.