EggUserData
from panda3d.egg import EggUserData
- class EggUserData
Bases:
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
- __init__()
- __init__(copy: EggUserData)
- assign(copy: EggUserData) EggUserData
- static getClassType() panda3d.core.TypeHandle