Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
UserVertexSlider Class Reference

This is a specialization on VertexSlider that allows the user to specify any arbitrary slider valie he likes. More...

Inheritance diagram for UserVertexSlider:
VertexSlider TypedWritableReferenceCount TypedWritable ReferenceCount TypedObject

List of all members.

Public Member Functions

 UserVertexSlider (InternalName const name)
 UserVertexSlider (string name)
 setSlider (float slider)
 Stores the indicated slider value.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This is a specialization on VertexSlider that allows the user to specify any arbitrary slider valie he likes.

This is rarely used except for testing.


Constructor & Destructor Documentation

UserVertexSlider ( InternalName const  name)
UserVertexSlider ( string  name)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from VertexSlider.

setSlider ( float  slider)

Stores the indicated slider value.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties