EggCoordinateSystem
-
class EggCoordinateSystem
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
-
EggCoordinateSystem(CoordinateSystem value = ::CS_default)
-
EggCoordinateSystem(EggCoordinateSystem const ©)
-
static TypeHandle get_class_type(void)
-
CoordinateSystem get_value(void) const
-
void set_value(CoordinateSystem value)
-
EggCoordinateSystem(CoordinateSystem value = ::CS_default)