ParamValueBase

from panda3d.core import ParamValueBase
class ParamValueBase

Bases: TypedWritableReferenceCount

A non-template base class of ParamValue (below), which serves mainly to define the placeholder for the virtual output function.

Inheritance diagram

Inheritance diagram of ParamValueBase

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getValueType()

C++ Interface: get_value_type(ParamValueBase self)

/**
  • Returns the type of the underlying value.

*/

get_class_type()

C++ Interface: get_class_type()

get_value_type()

C++ Interface: get_value_type(ParamValueBase self)

/**
  • Returns the type of the underlying value.

*/

output()

C++ Interface: output(ParamValueBase self, ostream out)