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

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBProjectionType)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBProjectionType   
)

Definition at line 6 of file BNBProjectionType.h.

7 {
8  BNBProjectionTypeOrthographic,
9  BNBProjectionTypePerspective,
10 };