Panda3D
|
Public Member Functions | |
def | __init__ (self) |
def | recursiveTypeDescriptor (self) |
![]() | |
def | __init__ (self) |
def | generateGlobalCode (self, dir, extensionsDir) |
def | generateReturnValueWrapper (self, classTypeDesc, file, userManagesMemory, needsDowncast, nesting) |
def | getFullNestedName (self) |
def | isAtomic (self) |
def | recordOverloadedMethods (self) |
def | recursiveTypeDescriptor (self) |
Public Attributes | |
typeDescriptor | |
![]() | |
atomicType | |
comment | |
foreignTypeName | |
isNested | |
moduleName | |
outerType | |
parentTypes | |
prototype | |
typeIndex | |
DerivedTypeDescriptor is a wrapper around a primitive or class type For instance const, or pointer to.
def __init__ | ( | self | ) |
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.
typeDescriptor |