MaxstARSDK
MasMaxstAR.h
Go to the documentation of this file.
1 //
2 // MTMaxstAR.h
3 // MTMaxstAR
4 //
5 // Created by Kimseunglee on 2017. 12. 7..
6 // Copyright © 2017년 Maxst. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 @interface MasMaxstAR : NSObject
13 
14 typedef NS_ENUM(int, MasScreenOrientation) {
15  UNKNOWN = 0,
16  PORTRAIT = 1,
19  LANDSCAPE = 3,
22 };
23 
29 + (void) setLicenseKey:(NSString*) appKey;
30 
34 + (void) deinit;
35 
39 + (bool) isInitialized;
40 
46 + (void) onSurfaceChanged:(int)viewWidth height:(int)viewHeight;
47 
53 + (void) setScreenOrientation:(MasScreenOrientation)orientation;
54 @end
Definition: MasMaxstAR.h:14
LANDSCAPE_LEFT
Definition: MasMaxstAR.h:20
PORTRAIT
Definition: MasMaxstAR.h:16
UNKNOWN
Definition: MasMaxstAR.h:15
LANDSCAPE_RIGHT
Definition: MasMaxstAR.h:21
LANDSCAPE
Definition: MasMaxstAR.h:19
PORTRAIT_UP
Definition: MasMaxstAR.h:17
PORTRAIT_DOWN
Definition: MasMaxstAR.h:18