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

Inheritance diagram of EggCoordinateSystem

EggCoordinateSystem(CoordinateSystem value = ::CS_default)
EggCoordinateSystem(EggCoordinateSystem const &copy)
static TypeHandle get_class_type(void)
CoordinateSystem get_value(void) const
void set_value(CoordinateSystem value)