|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | recursiveTypeDescriptor |
Public Attributes | |
| typeDescriptor | |
DerivedTypeDescriptor is a wrapper around a primitive or class type For instance const, or pointer to.
| def __init__ | ( | self | ) |
Reimplemented from BaseTypeDescriptor.
Reimplemented in PointerTypeDescriptor, and ConstTypeDescriptor.
| def recursiveTypeDescriptor | ( | self | ) |
Attempt to get to the bottom of a type descriptor by recursively unravelling typeDescriptors until you get to a type that is not derived (primitive or class) in which case the base class will just return self.
Reimplemented from BaseTypeDescriptor.
1.7.3