Character extension interface for FBSDK. More...
Go to the source code of this file.
Classes | |
| class | FBPropertyListCharacterExtension |
| Character extension property list. More... | |
| class | FBCharacterExtension |
| Objects Grouping class. More... | |
Macros | |
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once... | |
Functions | |
| __FB_FORWARD (FBCharacterExtension) | |
| __FB_FORWARD (FBCharacter) | |
| __FB_FORWARD (FBObjectPose) | |
| FB_DEFINE_ENUM (K_DLLIMPORT, PlotAllowed) | |
| FB_DEFINE_ENUM (K_DLLIMPORT, SyncActivationAndVisibilityMode) | |
| FB_DEFINE_ENUM (K_DLLIMPORT, CharacterExtensionStancePoseMode) | |
| FB_DEFINE_COMPONENT (K_DLLIMPORT, CharacterExtension) | |
| FB_DEFINE_LIST (K_DLLIMPORT, CharacterExtension) | |
| FB_FORWARD (FBPropertyListCharacterExtension) | |
| FB_DEFINE_ENUM (K_DLLIMPORT, CharacterExtensionRetargetMode) | |
Character extension interface for FBSDK.
Definition in file fbcharacterextension.h.
| #define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbcharacterextension.h.
Character extension Retarget Mode
| Enumerator | |
|---|---|
| kFBRetargetModeOff | Off. |
| kFBRetargetModeAuto | Auto Mapping. |
| kFBRetargetModeManual | Manually Assign. |
Definition at line 97 of file fbcharacterextension.h.
Character Extension Stance Pose mode when the stance pose is activated on a character.
Definition at line 82 of file fbcharacterextension.h.
| enum FBPlotAllowed |
FBPlotAllowed
| Enumerator | |
|---|---|
| kFBPlotAllowed_None | kFBPlotAllowed_None. |
| kFBPlotAllowed_Skeleton | kFBPlotAllowed_Skeleton |
| kFBPlotAllowed_ControlRig | kFBPlotAllowed_ControlRig |
| kFBPlotAllowed_Both | kFBPlotAllowed_Both |
Definition at line 63 of file fbcharacterextension.h.
Sync mode for Constraints' Activeness and Models' visibility belonging to the Character Extension.
Definition at line 73 of file fbcharacterextension.h.