Panda3D
|
Public Member Functions | |
CData (const CData ©) | |
virtual TypeHandle | get_parent_type () const |
Returns the type of the container that owns the CycleData. | |
virtual CycleData * | make_copy () const |
Public Attributes | |
bool | _active |
ActiveDisplayRegions | _active_display_regions |
bool | _active_display_regions_stale |
int | _one_shot_frame |
RenderTextures | _textures |
UpdateSeq | _textures_seq |
Definition at line 340 of file graphicsOutput.h.
virtual TypeHandle GraphicsOutput::CData::get_parent_type | ( | ) | const [inline, virtual] |
Returns the type of the container that owns the CycleData.
This is useful mainly for debugging.
Reimplemented from CycleData.
Definition at line 346 of file graphicsOutput.h.