#include <avatar_sdk_structures.hpp>
|
DllExport void | addHaircuts (const char *haircutsList, int size) |
| Add a list of haircuts. More...
|
|
DllExport void | addBlendshapes (const char *blendshapesList, int size) |
| Add a list of blendshapes. More...
|
|
DllExport void | addHaircuts (const char *const *const haircutArray, int size) |
| (Obsolete) Add a list of haircuts More...
|
|
DllExport void | addBlendshapes (const char *const *const blendshapesArray, int size) |
| (Obsolete) Add a list of blendshapes More...
|
|
| AvatarSdkParams (AvatarSdkParams &other)=delete |
|
Parameters for avatar generation
Definition at line 208 of file avatar_sdk_structures.hpp.
◆ addBlendshapes() [1/2]
DllExport void avatar_sdk_2::AvatarSdkParams::addBlendshapes |
( |
const char * |
blendshapesList, |
|
|
int |
size |
|
) |
| |
Add a list of blendshapes.
- Parameters
-
blendshapesList | Pointer to the blendshapes names separated by the ';' |
size | Number of characters in the list. |
◆ addBlendshapes() [2/2]
DllExport void avatar_sdk_2::AvatarSdkParams::addBlendshapes |
( |
const char *const *const |
blendshapesArray, |
|
|
int |
size |
|
) |
| |
(Obsolete) Add a list of blendshapes
- Parameters
-
blendshapesArray | Array of blendshapes names. |
size | Blendshapes array size |
◆ addHaircuts() [1/2]
DllExport void avatar_sdk_2::AvatarSdkParams::addHaircuts |
( |
const char * |
haircutsList, |
|
|
int |
size |
|
) |
| |
Add a list of haircuts.
- Parameters
-
haircutsList | Pointer to the haircuts names separated by the ';' |
size | Number of characters in the list. |
◆ addHaircuts() [2/2]
DllExport void avatar_sdk_2::AvatarSdkParams::addHaircuts |
( |
const char *const *const |
haircutArray, |
|
|
int |
size |
|
) |
| |
(Obsolete) Add a list of haircuts
- Parameters
-
haircutArray | Array of haircuts names. |
size | Haircuts array size |
The documentation for this struct was generated from the following file: