#include <AKeyframeLibStreamJob.h>
Definition at line 7 of file AKeyframeLibStreamJob.h.
◆ AKeyframeLibStreamJob()
AKeyframeLibStreamJob::AKeyframeLibStreamJob |
( |
| ) |
|
◆ GetLibrary()
Toshi::TKeyframeLibrary * AKeyframeLibStreamJob::GetLibrary |
( |
| ) |
const |
|
inline |
◆ GetName()
const TCHAR * AKeyframeLibStreamJob::GetName |
( |
| ) |
const |
|
inline |
◆ Init()
void AKeyframeLibStreamJob::Init |
( |
const TCHAR * | a_szFileName | ) |
|
Definition at line 29 of file AKeyframeLibStreamJob.cpp.
30{
32 m_szName,
33 a_szFileName,
35 );
36}
TFORCEINLINE const T & Min(const T &a, const T &b)
static TSIZE String8Length(const TCHAR *str)
static TCHAR * String8Copy(TCHAR *dst, const TCHAR *src, TSIZE size=-1)
◆ Process()
void AKeyframeLibStreamJob::Process |
( |
| ) |
|
|
overridevirtual |
Definition at line 21 of file AKeyframeLibStreamJob.cpp.
22{
25 m_szName[ 0 ] = '\0';
26 m_pLibrary = pLibrary;
27}
TKeyframeLibrary * LoadLibrary(const TCHAR *a_szFilePath)
TKeyframeLibraryManager & GetKeyframeLibraryManager()
static TFORCEINLINE TRenderInterface * GetSingleton()
The documentation for this class was generated from the following files: