ParamValueBase

from panda3d.core import ParamValueBase
class ParamValueBase

Bases:

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

static get_class_type() TypeHandle
get_value_type() TypeHandle

Returns the type of the underlying value.

output(out: ostream)