Panda3D
|
Public Member Functions | |
def | __init__ |
def | getCurrentFrame |
def | privFinalize |
def | privStep |
Public Attributes | |
constrainedLoop | |
controls | |
currT | |
endFrame | |
frameRate | |
implicitDuration | |
loopAnim | |
numFrames | |
playRate | |
reverse | |
startFrame | |
state | |
Static Public Attributes | |
int | animNum = 1 |
tuple | notify = directNotify.newCategory('AnimControlInterval') |
def __init__ | ( | self, | |
controls, | |||
loop = 0 , |
|||
constrainedLoop = 0 , |
|||
duration = None , |
|||
startTime = None , |
|||
endTime = None , |
|||
startFrame = None , |
|||
endFrame = None , |
|||
playRate = 1.0 , |
|||
name = None |
|||
) |
def getCurrentFrame | ( | self | ) |
Calculate the current frame playing in this interval. returns a float value between startFrame and endFrame, inclusive returns None if there are any problems
def privFinalize | ( | self | ) |
Reimplemented from Interval.
def privStep | ( | self, | |
t | |||
) |
Reimplemented from Interval.
int animNum = 1 [static] |
tuple notify = directNotify.newCategory('AnimControlInterval') [static] |
Reimplemented from Interval.