Banuba SDK
libs
djinni
generated
objc
BNBBeautyMorphing.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from scene.djinni
3
4
#import <Foundation/Foundation.h>
5
6
7
/**class which is controller for beauty morphing update. Subclass of face_morphing. */
8
9
#ifndef DJINNI_EXPORT
10
#define DJINNI_EXPORT __attribute__((__visibility__("default")))
11
#endif
12
13
DJINNI_EXPORT
14
@interface
BNBBeautyMorphing
: NSObject
15
16
/**
17
*Sets face morphing weight.
18
*@param value (float) morphing weight.
19
*/
20
- (void)setFaceWeight:(
float
)value;
21
22
/**@return morphing weight (float). */
23
- (float)
getFaceWeight
;
24
25
/**
26
*Sets nose morphing weight.
27
*@param value (float) morphing weight.
28
*/
29
- (void)setNoseWeight:(
float
)value;
30
31
/**@return morphing weight (float). */
32
- (float)
getNoseWeight
;
33
34
/**
35
*Sets nose morphing weight.
36
*@param value (float) morphing weight.
37
*/
38
- (void)setEyesWeight:(
float
)value;
39
40
/**@return morphing weight (float). */
41
- (float)
getEyesWeight
;
42
43
@end
DJINNI_EXPORT
#define DJINNI_EXPORT
class which is controller for beauty morphing update.
Definition:
BNBBeautyMorphing.h:10
BNBBeautyMorphing
Definition:
BNBBeautyMorphing.h:14
-[BNBBeautyMorphing getFaceWeight]
float getFaceWeight()
-[BNBBeautyMorphing getEyesWeight]
float getEyesWeight()
-[BNBBeautyMorphing getNoseWeight]
float getNoseWeight()
Generated by
1.8.17