CharacterJointBundle

from panda3d.core import CharacterJointBundle
class CharacterJointBundle

Bases:

Bases: PartBundle

The collection of all the joints and sliders in the character.

Inheritance diagram

Inheritance diagram of CharacterJointBundle

__init__(name: str)

Normally, there is no need to create a CharacterJointBundle directly. The Character node will automatically create one for itself.

static get_class_type() TypeHandle
get_node(n: int) Character

Returns the nth Character associated with this PartBundle.