24 EggBin(
const std::string &name) :
EggGroup(name) {
42 EggBin(
const EggBin ©) :
EggGroup(copy), _bin_number(copy._bin_number) {
51 set_bin_number(
int bin_number) {
52 _bin_number = bin_number;
59 get_bin_number()
const {
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The main glue of the egg hierarchy, this corresponds to the <Group>, <Instance>, and <Joint> type nod...
TypeHandle is the identifier used to differentiate C++ class types.
A type of group node that holds related subnodes.