DisplayRegionDrawCallbackData¶
-
class
DisplayRegionDrawCallbackData
¶ Bases:
CallbackData
This specialization on
CallbackData
is passed when the callback is initiated from the draw traversal, for aDisplayRegion
.Inheritance diagram
-
static TypeHandle
get_class_type
(void)¶
-
CullResult *
get_cull_result
(void) const¶ Returns a pointer to the
CullResult
, the list of CullableObjects that should be drawn in thisDisplayRegion
.
-
SceneSetup *
get_scene_setup
(void) const¶ Returns a pointer to the
SceneSetup
object, which contains information about the camera and such.
-
static TypeHandle