MaxstARSDK
All Classes Files Functions Variables Enumerations Enumerator Macros
MasBackgroundTexture.h
Go to the documentation of this file.
1 //
2 // MasBackgroundTexture.h
3 // MaxstAR
4 //
5 // Created by Kimseunglee on 2017. 11. 23..
6 // Copyright © 2017년 Maxst. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface MasBackgroundTexture : NSObject
15 - (instancetype) init:(void*)texture;
16 
20 - (unsigned int) getId;
21 
25 - (int) getWidth;
26 
30 - (int) getHeight;
31 @end
unsigned int getId()
texture id for background rendering
Contains information of background rendering texture.
Definition: MasBackgroundTexture.h:14