Panda3D
|
Public Member Functions | |
def | __init__ |
def | generateReturnValueWrapper |
Primitive type descriptors include int, float, char, etc. These get mapped to Python types like IntType, FloatType, StringType
def __init__ | ( | self | ) |
Reimplemented from BaseTypeDescriptor.
Reimplemented in EnumTypeDescriptor.
def generateReturnValueWrapper | ( | self, | |
classTypeDesc, | |||
file, | |||
userManagesMemory, | |||
needsDowncast, | |||
nesting | |||
) |
Write code to the file that will return a primitive to the caller. Pretty simple since there is no extra work needed here
Reimplemented from BaseTypeDescriptor.