Panda3D
|
This is the base class for all GSG-specific context objects, such as TextureContext and GeomContext. More...
#include <pandadoc.hpp>
Static Public Member Functions | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
TypeHandle | type |
Returns the TypeHandle representing this object's type. | |
This is the base class for all GSG-specific context objects, such as TextureContext and GeomContext.
It exists mainly to provide some structural organization.
|
static |