PhysicalNode
from panda3d.physics import PhysicalNode
- class PhysicalNode
Bases:
Bases:
PandaNode
Graph node that encapsulated a series of physical objects
Inheritance diagram
- addPhysical(physical: Physical)
Adds a Physical to this
PhysicalNode
. If it is already added to this node, does nothing. It is an error to add a Physical to multiplePhysicalNodes
.
- addPhysicalsFrom(other: PhysicalNode)
append operation
- clear()
- static getClassType() panda3d.core.TypeHandle
- removePhysical(index: int)
remove operation