ParamTypedRefCount
from panda3d.core import ParamTypedRefCount
- class ParamTypedRefCount
Bases:
ParamValueBase
A class object for storing specifically objects of type TypedReferenceCount, which is different than TypedWritableReferenceCount.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getValue()
C++ Interface: get_value(ParamTypedRefCount self)
- /**
Retrieves the value stored in the parameter.
*/
- get_class_type()
C++ Interface: get_class_type()
- get_value()
C++ Interface: get_value(ParamTypedRefCount self)
- /**
Retrieves the value stored in the parameter.
*/
- value