CharacterVertexSlider
from panda3d.core import CharacterVertexSlider
- class CharacterVertexSlider
Bases:
Bases:
VertexSlider
This is a specialization on
VertexSlider
that returns the slider value associated with a particularCharacterSlider
object.Inheritance diagram
- __init__(char_slider: CharacterSlider)
Constructs a new object that converts vertices from the indicated joint’s coordinate space, into the other indicated joint’s space.
- getCharSlider() CharacterSlider
Returns the
CharacterSlider
object for which this object returns the slider value.
- static getClassType() TypeHandle