23output(std::ostream &out)
const {
31write(std::ostream &out,
int indent_level)
const {
32 indent(out, indent_level) << *
this <<
"\n";
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
double get_expiration_time() const
Returns the frame_time at which this AuxSceneData object is currently scheduled to be removed from th...
TypeHandle is the identifier used to differentiate C++ class types.
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.