Panda3D
|
This specialization on CallbackData is passed when the callback is initiated from the cull traversal, for a DisplayRegion. More...
Public Member Functions | |
CullHandler | getCullHandler () |
Returns a pointer to the CullHandler, which accepts each object to be added to the list for drawing. | |
SceneSetup | getSceneSetup () |
Returns a pointer to the SceneSetup object, which contains information about the camera and such. | |
TypeHandle | getType () |
int | getTypeIndex () |
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. | |
bool | isExactType (TypeHandle handle) |
Returns true if the current object is the indicated type exactly. | |
bool | isOfType (TypeHandle handle) |
Returns true if the current object is or derives from the indicated type. | |
output (ostream out) | |
upcall () | |
You should make this call during the callback if you want to continue the normal function that would have been done in the absence of a callback. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
This specialization on CallbackData is passed when the callback is initiated from the cull traversal, for a DisplayRegion.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from CallbackData.
CullHandler getCullHandler | ( | ) |
Returns a pointer to the CullHandler, which accepts each object to be added to the list for drawing.
SceneSetup getSceneSetup | ( | ) |
Returns a pointer to the SceneSetup object, which contains information about the camera and such.
TypeHandle getType | ( | ) | [inherited] |
Reimplemented in AnimChannelBase.
int getTypeIndex | ( | ) | [inherited] |
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type.
This is equivalent to get_type().get_index().
bool isExactType | ( | TypeHandle | handle | ) | [inherited] |
Returns true if the current object is the indicated type exactly.
bool isOfType | ( | TypeHandle | handle | ) | [inherited] |
Returns true if the current object is or derives from the indicated type.
output | ( | ostream | out | ) | [inherited] |
upcall | ( | ) | [inherited] |
You should make this call during the callback if you want to continue the normal function that would have been done in the absence of a callback.