CharacterJointBundle
-
class CharacterJointBundle
Bases:
PartBundleThe collection of all the joints and sliders in the character.
Inheritance diagram
-
explicit CharacterJointBundle(std::string const &name = "")
Normally, you’d use
make_copy()orcopy_subgraph()to make a copy of this.Normally, there is no need to create a
CharacterJointBundledirectly. The Character node will automatically create one for itself.
-
static TypeHandle get_class_type(void)
-
Character *get_node(int n) const
Returns the nth Character associated with this
PartBundle.
-
explicit CharacterJointBundle(std::string const &name = "")
