fbsdk/fbfbxoptions.h File Reference

fbfbxoptions.h File Reference
#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>

Classes

class  FBFbxOptions
 Customize file loading and saving. More...
 

Namespaces

 ORSDK2018
 

Macros

#define FBSDK_DLL   K_DLLIMPORT
 Be sure that FBSDK_DLL is defined only once... More...
 

Typedefs

typedef class FBPropertyBaseEnum< enum FBElementAction > FBPropertyElementAction
 
typedef class FBPropertyBaseEnum< enum FBTakeSpanOnLoad > FBPropertyTakeSpanOnLoad
 
typedef class FBPropertyBaseEnum< enum FBCharacterLoadAnimationMethod > FBPropertyCharacterLoadAnimationMethod
 
typedef class FBPropertyBaseEnum< enum FBFileFormatAndVersion > FBPropertyFileFormatAndVersion
 

Enumerations

enum  FBElementAction { kFBElementActionSave, kFBElementActionAppend, kFBElementActionMerge, kFBElementActionDiscard }
 Enumeration that describe the different actions available on a scene element depending on the current context. More...
 
enum  FBTakeSpanOnLoad { kFBLeaveAsIs, kFBImportFromFile, kFBFrameAnimation }
 This enumeration indicate the how to set the take start and end points on after a load. More...
 
enum  FBCharacterLoadAnimationMethod {
  kFBCharacterLoadConnect, kFBCharacterLoadCopy, kFBCharacterLoadRetarget, kFBCharacterLoadPlotIfSampled,
  kFBCharacterLoadPlot
}
 This enumeration is used to choose how to load an animation file on a character. More...
 
enum  FBFileFormatAndVersion {
  kFBFBX2010, kFBFBX2011, kFBFBX2012, kFBFBX2013,
  kFBFBX2014_2015, kFBFBX2016, kFBDefaultFormatAndVersion = kFBFBX2016
}
 
enum  FBOptionsContext {
  kFBOptionsContextSave, kFBOptionsContextSaveSelection, kFBOptionsContextLoad, kFBOptionsContextMultiLoad,
  kFBOptionsContextMerge
}
 Enumeration that describe the different context available when serializing options to a string. More...
 

Macro Definition Documentation

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once...

Definition at line 52 of file fbfbxoptions.h.

Go to the source code of this file.