OdeJointCollection¶
from panda3d.ode import OdeJointCollection
-
class
OdeJointCollection
¶ Inheritance diagram
-
__add__
(other: OdeJointCollection) → OdeJointCollection¶
-
__iadd__
(other: OdeJointCollection) → OdeJointCollection¶
-
__init__
()¶
-
__init__
(copy: OdeJointCollection)
-
addJointsFrom
(other: OdeJointCollection) → None¶
-
assign
(copy: OdeJointCollection) → OdeJointCollection¶
-
removeJointsFrom
(other: OdeJointCollection) → None¶
-
size
() → int¶ Returns the number of joints in the collection. This is the same thing as
getNumJoints()
.
-