Panda3D
|
Classes | |
class | FFIExternalObject |
Functions | |
def | FFIInstance (classdef, this=0, userManagesMemory=0) |
def | funcToMethod (func, clas, method_name=None) |
def | registerInTypeMap (pythonClass) |
Variables | |
dictionary | DowncastMap = {} |
dictionary | WrapperClassMap = {} |
def direct.ffi.FFIExternalObject.FFIInstance | ( | classdef, | |
this = 0 , |
|||
userManagesMemory = 0 |
|||
) |
def direct.ffi.FFIExternalObject.funcToMethod | ( | func, | |
clas, | |||
method_name = None |
|||
) |
Adds func to class so it is an accessible method; use method_name to specify the name to be used for calling the method. The new method is accessible to any instance immediately.
def direct.ffi.FFIExternalObject.registerInTypeMap | ( | pythonClass | ) |
dictionary DowncastMap = {} |
dictionary WrapperClassMap = {} |