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 getClassType() TypeHandle
getValueType() TypeHandle

Returns the type of the underlying value.

output(out: ostream)