ParamTypedRefCount
from panda3d.core import ParamTypedRefCount
- class ParamTypedRefCount
Bases:
Bases:
ParamValueBase
A class object for storing specifically objects of type
TypedReferenceCount
, which is different thanTypedWritableReferenceCount
.Inheritance diagram
- __init__(value: TypedReferenceCount)
- static get_class_type() TypeHandle
- get_value() TypedReferenceCount
Retrieves the value stored in the parameter.
- property value TypedReferenceCount
Retrieves the value stored in the parameter.