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 particular CharacterSlider object.

Inheritance diagram

Inheritance diagram of CharacterVertexSlider

__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.

get_char_slider() CharacterSlider

Returns the CharacterSlider object for which this object returns the slider value.

static get_class_type() TypeHandle