EggNamedObject
from panda3d.egg import EggNamedObject
- class EggNamedObject
-
This is a fairly low-level base class–any egg object that has a name.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()
- upcastToEggObject()
C++ Interface: upcast_to_EggObject(const EggNamedObject self)
upcast from EggNamedObject to EggObject
- upcastToNamable()
C++ Interface: upcast_to_Namable(const EggNamedObject self)
upcast from EggNamedObject to Namable
- upcast_to_EggObject()
C++ Interface: upcast_to_EggObject(const EggNamedObject self)
upcast from EggNamedObject to EggObject
- upcast_to_Namable()
C++ Interface: upcast_to_Namable(const EggNamedObject self)
upcast from EggNamedObject to Namable