Banuba SDK
Functions
BNBComponentType.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBComponentType)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBComponentType   
)

Definition at line 6 of file BNBComponentType.h.

7 {
8  BNBComponentTypeCamera,
9  BNBComponentTypeFaceTracker,
10  BNBComponentTypeTransformation,
11  BNBComponentTypeMeshInstance,
12  BNBComponentTypeFaceMorphing,
13 };