Panda3D
|
Public Member Functions | |
def | __init__ |
def | destroy |
Public Attributes | |
function | |
mopath | |
node | |
Static Public Attributes | |
int | mopathNum = 1 |
tuple | notify = directNotify.newCategory('MopathInterval') |
def __init__ | ( | self, | |
function, | |||
duration, | |||
fromData = 0 , |
|||
toData = None , |
|||
blendType = None , |
|||
extraArgs = 'noBlend' , |
|||
name = None |
|||
) |
__init__(function, duration, fromData, toData, name)
Reimplemented from LerpFunctionInterval.
def destroy | ( | self | ) |
Cleanup to avoid a garbage cycle.
Reimplemented from LerpFunctionInterval.
int mopathNum = 1 [static] |
tuple notify = directNotify.newCategory('MopathInterval') [static] |
Reimplemented from LerpFunctionInterval.