EggBin¶
from panda3d.egg import EggBin
-
class
EggBin
¶ 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
-
__init__
(copy: EggGroup)
-
__init__
(name: str)
-
static
getClassType
() → panda3d.core.TypeHandle¶
-