EggCoordinateSystem

from panda3d.egg import EggCoordinateSystem
class EggCoordinateSystem

Bases:

Bases: EggNode

The <CoordinateSystem> entry at the top of an egg file. Don’t confuse this with the enum EggData::CoordinateSystem, which is the value contained by this entry.

Inheritance diagram

Inheritance diagram of EggCoordinateSystem

__init__(value: panda3d.core.CoordinateSystem)
__init__(copy: EggCoordinateSystem)
__reduce__() object
static get_class_type() panda3d.core.TypeHandle
get_value() panda3d.core.CoordinateSystem
set_value(value: panda3d.core.CoordinateSystem)