Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
EggBin Class Reference

A type of group node that holds related subnodes. More...

Inheritance diagram for EggBin:
EggGroup EggGroupNode EggRenderMode EggTransform EggNode EggNamedObject EggObject

List of all members.

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 ()

Detailed Description

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.


Constructor & Destructor Documentation

EggBin ( EggBin const  copy)
EggBin ( EggGroup const  copy)
EggBin ( string  name)
EggBin ( )

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from EggGroup.

setBinNumber ( int  bin_number)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties