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
-
CallbackObject
(CallbackObject const&) = default¶
-
static TypeHandle
get_class_type
(void)¶
-
static PointerTo<CallbackObject>
make
(PyObject *function)¶
-
virtual void
output
(std::ostream &out) const¶
-