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