EggNamedObject

from panda3d.egg import EggNamedObject
class EggNamedObject

Bases: EggObject, Namable

This is a fairly low-level base class–any egg object that has a name.

Inheritance diagram

Inheritance diagram of EggNamedObject

__init__(*args, **kwargs)
assign()

C++ Interface: assign(const EggNamedObject self, const EggNamedObject copy)

/**

*/

getClassType()

C++ Interface: get_class_type()

get_class_type()

C++ Interface: get_class_type()

output()

C++ Interface: output(EggNamedObject self, ostream out)

/**

*/

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