This is a base class for a user-defined data type to extend egg structures in processing code. More...
Public Member Functions | |
EggUserData () | |
EggUserData (EggUserData const copy) | |
EggUserData | operator= (EggUserData const copy) |
Static Public Member Functions | |
static TypeHandle | getClassType () |
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.
EggUserData | ( | ) |
EggUserData | ( | EggUserData const | copy | ) |
static TypeHandle getClassType | ( | ) | [static] |
EggUserData operator= | ( | EggUserData const | copy | ) |