ParamTypedRefCount

from panda3d.core import ParamTypedRefCount
class ParamTypedRefCount

Bases:

Bases: ParamValueBase

A class object for storing specifically objects of type TypedReferenceCount, which is different than TypedWritableReferenceCount.

Inheritance diagram

Inheritance diagram of ParamTypedRefCount

__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.