CopyOnWriteObject
from panda3d.core import CopyOnWriteObject
- class CopyOnWriteObject
Bases:
Bases:
CachedTypedWritableReferenceCount
This base class provides basic reference counting, but also can be used with a CopyOnWritePointer to provide get_read_pointer() and get_write_pointer().
Inheritance diagram
- cacheRef()
See
panda3d.core.CachedTypedWritableReferenceCount.cacheRef()
.
- cacheUnref() bool
See
panda3d.core.CachedTypedWritableReferenceCount.cacheUnref()
.
- static getClassType() TypeHandle