CharacterSlider

from panda3d.core import CharacterSlider
class CharacterSlider

Bases:

Bases: MovingPartScalar

This is a morph slider within the character. It’s simply a single floating-point value that animates generally between 0 and 1, that controls the effects of one or more morphs within the character.

Inheritance diagram

Inheritance diagram of CharacterSlider

__init__(parent: PartGroup, name: str)
__init__(parent: PartGroup, name: str, default_value: float)
static getClassType() TypeHandle