EggBin

from panda3d.egg import EggBin
class EggBin

Bases:

Bases: EggGroup

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.

Inheritance diagram

Inheritance diagram of EggBin

__init__(copy: EggBin)
__init__(copy: EggGroup)
__init__(name: str)
getBinNumber() int
static getClassType() panda3d.core.TypeHandle
setBinNumber(bin_number: int)