Public Member Functions | |
def | __init__ |
def | privStep |
![]() | |
def | __init__ |
def | __repr__ |
def | clearToInitial |
def | finish |
def | getDoneEvent |
def | getDuration |
def | getLoop |
def | getName |
def | getOpenEnded |
def | getPlayRate |
def | getState |
def | getT |
def | intervalDone |
def | isPaused |
def | isPlaying |
def | isStopped |
def | loop |
def | pause |
def | popupControls |
def | privDoEvent |
def | privFinalize |
def | privInitialize |
def | privInstant |
def | privInterrupt |
def | privPostEvent |
def | privReverseFinalize |
def | privReverseInitialize |
def | privReverseInstant |
def | privStep |
def | resume |
def | resumeUntil |
def | setDoneEvent |
def | setLoop |
def | setPlayRate |
def | setT |
def | setupPlay |
def | setupResume |
def | start |
def | stepPlay |
![]() | |
def | __init__ |
def | accept |
def | acceptOnce |
def | addTask |
def | detectLeaks |
def | doMethodLater |
def | getAllAccepting |
def | ignore |
def | ignoreAll |
def | isAccepting |
def | isIgnoring |
def | removeAllTasks |
def | removeTask |
Public Attributes | |
blendType | |
currT | |
duration | |
extraArgs | |
fromData | |
function | |
state | |
toData | |
![]() | |
currT | |
doneEvent | |
duration | |
es | |
name | |
openEnded | |
pname | |
pstats | |
setTHooks | |
state | |
Static Public Attributes | |
int | lerpFunctionIntervalNum = 1 |
tuple | notify = directNotify.newCategory('LerpFunctionInterval') |
![]() | |
tuple | notify = directNotify.newCategory("Interval") |
int | playbackCounter = 0 |
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
def __init__ | ( | self, | |
function, | |||
duration = 0.0 , |
|||
fromData = 0 , |
|||
toData = 1 , |
|||
blendType = 'noBlend' , |
|||
extraArgs = [] , |
|||
name = None |
|||
) |
__init__(function, duration, fromData, toData, name)
def privStep | ( | self, | |
t | |||
) |
blendType |
currT |
duration |
extraArgs |
fromData |
function |
|
static |
|
static |
state |
toData |