LerpFunctionInterval
Class used to execute a function over time. Function can access fromData and toData to perform blend. If fromData and toData not specified, will execute the given function passing in values ranging from 0 to 1
Inheritance:
LerpFunctionInterval
:
Methods of LerpFunctionInterval:
__init__
privStep
__init__
def __init__(self, function, duration=0.0, fromData=0, toData=1, blendType='noBlend', extraArgs=[], name=None)
__init__(function, duration, fromData, toData, name)
privStep
def privStep(self, t)
Undocumented function.