Panda3D
|
Public Member Functions | |
__init__ (self, controls, loop=0, constrainedLoop=0, duration=None, startTime=None, endTime=None, startFrame=None, endFrame=None, playRate=1.0, name=None) | |
getCurrentFrame (self) | |
privFinalize (self) | |
privStep (self, t) | |
![]() | |
__repr__ (self, indent=0) | |
clearToInitial (self) | |
finish (self) | |
getDoneEvent (self) | |
getDuration (self) | |
getLoop (self) | |
getName (self) | |
getOpenEnded (self) | |
getPlayRate (self) | |
getState (self) | |
getT (self) | |
intervalDone (self) | |
isPaused (self) | |
isPlaying (self) | |
isStopped (self) | |
loop (self, startT=0.0, endT=-1.0, playRate=1.0) | |
pause (self) | |
popupControls (self, tl=None) | |
privDoEvent (self, t, event) | |
privInitialize (self, t) | |
privInstant (self) | |
privInterrupt (self) | |
privPostEvent (self) | |
privReverseFinalize (self) | |
privReverseInitialize (self, t) | |
privReverseInstant (self) | |
resume (self, startT=None) | |
resumeUntil (self, endT) | |
setDoneEvent (self, event) | |
setLoop (self, loop=1) | |
setPlayRate (self, playRate) | |
setT (self, t) | |
setupPlay (self, startT, endT, playRate, doLoop) | |
setupResume (self) | |
start (self, startT=0.0, endT=-1.0, playRate=1.0) | |
stepPlay (self) | |
![]() | |
accept (self, event, method, extraArgs=[]) | |
acceptOnce (self, event, method, extraArgs=[]) | |
addTask (self, *args, **kwargs) | |
detectLeaks (self) | |
doMethodLater (self, *args, **kwargs) | |
getAllAccepting (self) | |
ignore (self, event) | |
ignoreAll (self) | |
isAccepting (self, event) | |
isIgnoring (self, event) | |
removeAllTasks (self) | |
removeTask (self, taskOrName) | |
Public Attributes | |
constrainedLoop | |
controls | |
currT | |
endFrame | |
frameRate | |
implicitDuration | |
loopAnim | |
numFrames | |
playRate | |
reverse | |
startFrame | |
state | |
![]() | |
currT | |
doneEvent | |
duration | |
es | |
name | |
openEnded | |
pname | |
pstats | |
setTHooks | |
state | |
Static Public Attributes | |
int | animNum = 1 |
notify = directNotify.newCategory('AnimControlInterval') | |
![]() | |
notify = directNotify.newCategory("Interval") | |
int | playbackCounter = 0 |
![]() | |
accept_once = acceptOnce | |
add_task = addTask | |
detect_leaks = detectLeaks | |
do_method_later = doMethodLater | |
get_all_accepting = getAllAccepting | |
ignore_all = ignoreAll | |
is_accepting = isAccepting | |
is_ignoring = isIgnoring | |
remove_all_tasks = removeAllTasks | |
remove_task = removeTask | |
Additional Inherited Members | |
![]() | |
_addTask (self, task) | |
_clearTask (self, task) | |
![]() | |
_taskList | |
![]() | |
done_event = property(getDoneEvent, setDoneEvent) | |
open_ended = property(getOpenEnded) | |
play_rate = property(getPlayRate, setPlayRate) | |
stopped = property(isStopped) | |
t = property(getT, setT) | |
__init__ | ( | self, | |
controls, | |||
loop = 0, | |||
constrainedLoop = 0, | |||
duration = None, | |||
startTime = None, | |||
endTime = None, | |||
startFrame = None, | |||
endFrame = None, | |||
playRate = 1.0, | |||
name = None ) |
Reimplemented from Interval.
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
privFinalize | ( | self | ) |
Reimplemented from Interval.
privStep | ( | self, | |
t ) |
Reimplemented from Interval.
|
static |
constrainedLoop |
controls |
currT |
endFrame |
frameRate |
implicitDuration |
loopAnim |
|
static |
numFrames |
playRate |
reverse |
startFrame |
state |