CallbackObject
from panda3d.core import CallbackObject
- class CallbackObject
Bases:
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__(param0: CallbackObject)
- static getClassType() TypeHandle
- static make(function: object) CallbackObject