EggUserData

class EggUserData

Bases: TypedReferenceCount

This is a base class for a user-defined data type to extend egg structures in processing code. The user of the egg library may derive from EggUserData to associate any arbitrary data with various egg objects.

However, this data will not be written out to the disk when the egg file is written; it is an in-memory object only.

Inheritance diagram

Inheritance diagram of EggUserData

EggUserData(void)
EggUserData(EggUserData const &copy)
static TypeHandle get_class_type(void)