CallbackObject
from panda3d.core import CallbackObject
- class CallbackObject
Bases:
TypedReferenceCount
This is a generic object that can be assigned to a callback at various points in the rendering process. This is actually a base class for a handful of specialized callback object types. You can also subclass it yourself to make your own callback handler.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()
- make()
C++ Interface: make(object function)