A type of group node that holds related subnodes. More...
Public Member Functions | |
EggBin (EggBin const copy) | |
EggBin (EggGroup const copy) | |
EggBin (string name) | |
EggBin () | |
int | getBinNumber () |
setBinNumber (int bin_number) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
A type of group node that holds related subnodes.
This is a special kind of node that will never be read in from an egg file, but can only exist in the egg scene graph if it is created via the use of an EggBinMaker.
EggBin | ( | ) |
int getBinNumber | ( | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from EggGroup.
setBinNumber | ( | int | bin_number | ) |