#include <UT_Playback.h>
Definition at line 40 of file UT_Playback.h.
Enumerator |
---|
MAINTAIN_PLAYBACK_SPEED |
|
PLAY_EVERY_FRAME |
|
Definition at line 56 of file UT_Playback.h.
Enumerator |
---|
REVERSE |
|
STOPPED |
|
FORWARD |
|
SCRUB |
|
RESET |
|
FLIPBOOKING |
|
Definition at line 46 of file UT_Playback.h.
UT_Playback::UT_Playback |
( |
| ) |
|
Register callbacks for when flipbooks are started and/or finished, returning the callback id.
bool UT_Playback::canAdvancePlay |
( |
| ) |
|
unsigned long UT_Playback::getAbsoluteFrame |
( |
| ) |
|
|
inline |
fpreal UT_Playback::getCurrentFrame |
( |
| ) |
|
|
inline |
int UT_Playback::getInterceptMode |
( |
| ) |
const |
|
inline |
fpreal UT_Playback::getLastFrameTime |
( |
| ) |
const |
|
inline |
bool UT_Playback::getRealtimeMode |
( |
| ) |
const |
|
inline |
fpreal UT_Playback::getSamplesPerSec |
( |
| ) |
const |
|
inline |
int UT_Playback::getStopCount |
( |
| ) |
const |
|
inline |
bool UT_Playback::isContinuousCook |
( |
| ) |
const |
|
inline |
bool UT_Playback::isPlaybackReset |
( |
| ) |
|
bool UT_Playback::isPlaying |
( |
| ) |
const |
|
inline |
bool UT_Playback::isScrubbing |
( |
| ) |
const |
|
inline |
void UT_Playback::registerContinuousCookNode |
( |
int |
nodeid | ) |
|
Register nodes as continuous playback nodes, these will have their continuouscook_tick incremented on continuouscook frames
void UT_Playback::removeFlipbookCallbacks |
( |
int |
id | ) |
|
Remove flipbook callbacks by the respective id.
void UT_Playback::resetAbsoluteFrame |
( |
| ) |
|
void UT_Playback::setContinuousCook |
( |
bool |
continuous | ) |
|
void UT_Playback::setInterceptMode |
( |
int |
mode | ) |
|
|
inline |
void UT_Playback::setLastFrameTime |
( |
fpreal |
time_sec | ) |
|
|
inline |
void UT_Playback::setRealtimeMode |
( |
bool |
mode | ) |
|
|
inline |
void UT_Playback::setSamplesPerSec |
( |
fpreal |
samples_sec | ) |
|
|
inline |
void UT_Playback::stopPlayback |
( |
| ) |
|
void UT_Playback::unregisterContinuousCookNode |
( |
int |
nodeid | ) |
|
The documentation for this class was generated from the following file: