PhysicalNode
from panda3d.physics import PhysicalNode
- class PhysicalNode
Bases:
Bases:
PandaNode
Graph node that encapsulated a series of physical objects
Inheritance diagram
- add_physical(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
.
- add_physicals_from(other: PhysicalNode)
append operation
- clear()
- static get_class_type() panda3d.core.TypeHandle
- remove_physical(index: int)
remove operation