BNBMorphingType
Objective-C
NS_ENUM(NSInteger, BNBMorphingType)
{
BNBMorphingTypeBeauty,
BNBMorphingTypeMesh,
BNBMorphingTypeLips,
}
Swift
enum BNBMorphingType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
BNBMorphingTypeBeautySwift
case beauty = 0 -
Undocumented
Declaration
Objective-C
BNBMorphingTypeMeshSwift
case mesh = 1 -
Undocumented
Declaration
Objective-C
BNBMorphingTypeLipsSwift
case lips = 2
BNBMorphingType Enumeration Reference