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