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 getClassType() panda3d.core.TypeHandle
getValue() panda3d.core.CoordinateSystem
setValue(value: panda3d.core.CoordinateSystem)