Panda3D
|
This class is used to help debug the work the collisions system is doing. More...
Public Member Functions | |
output (Ostream out) | |
![]() | |
TypeHandle | getType () |
int | getTypeIndex () |
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More... | |
bool | isExactType (TypeHandle handle) |
Returns true if the current object is the indicated type exactly. More... | |
bool | isOfType (TypeHandle handle) |
Returns true if the current object is or derives from the indicated type. More... | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
Additional Inherited Members | |
![]() | |
TypeHandle | type |
Returns the TypeHandle representing this object's type. More... | |
This class is used to help debug the work the collisions system is doing.
It is a virtual base class that just provides an interface for recording collisions tested and detected each frame.
|
static |
output | ( | Ostream | out | ) |