#include<kfbxtakeinfo.h>
Definition at line63of filekfbxtakeinfo.h.
Public Types | |
enum | EImportOffsetType |
EImportOffsetType Import offset types.More... | |
Public Member Functions | |
KFbxTakeInfo() | |
Constructor. | |
KFbxThumbnail* | GetTakeThumbnail() |
Get the take thumbnail. | |
void | SetTakeThumbnail(KFbxThumbnail*pTakeThumbnail) |
Set the take thumbnail. | |
Public Attributes | |
KString | mName |
Take name. | |
KString | mImportName |
Take name once imported in a scene. | |
KString | mDescription |
Take description. | |
bool | mSelect |
Import/export flag. | |
KTimeSpan | mLocalTimeSpan |
Local time span, set to animation interval if left to default value. | |
KTimeSpan | mReferenceTimeSpan |
Reference time span, set to animation interval if left to default value. | |
KTime | mImportOffset |
Time value to offset the animation keys once imported in a scene. | |
EImportOffsetType | mImportOffsetType |
Import offset type. |
KFbxTakeInfo | ( | ) |
Constructor.
KFbxThumbnail* GetTakeThumbnail | ( | ) |
Get the take thumbnail.
void SetTakeThumbnail | ( | KFbxThumbnail* | pTakeThumbnail | ) |
Set the take thumbnail.
pTakeThumbnail | The referenced thumbnail object. |
Take name.
Definition at line73of filekfbxtakeinfo.h.
Take name once imported in a scene.
Modify it if it has to be different than the take name in the imported file.
Definition at line79of filekfbxtakeinfo.h.
Take description.
Definition at line82of filekfbxtakeinfo.h.
boolmSelect |
Import/export flag.
Set totrue
by default. Set tofalse
if the take must not be imported or exported.
Definition at line87of filekfbxtakeinfo.h.
Local time span, set to animation interval if left to default value.
Definition at line90of filekfbxtakeinfo.h.
Reference time span, set to animation interval if left to default value.
Definition at line93of filekfbxtakeinfo.h.
Time value to offset the animation keys once imported in a scene.
Modify it if the animation of a take must be offset. Its effect depends on the state ofmImportOffsetType
.
Definition at line100of filekfbxtakeinfo.h.
Import offset type.
If set toeABSOLUTE
,mImportOffset
gives the absolute time of the first animation key and the appropriate time shift is applied to all of the other animation keys. If set toeRELATIVE
,mImportOffset
gives the relative time shift applied to all the animation keys.
Definition at line119of filekfbxtakeinfo.h.