MaxstARSDK
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
-[MasBackgroundTexture getHeight]
int getHeight()
-[MasBackgroundTexture getId]
unsigned int getId()
texture id for background rendering
-[MasBackgroundTexture getWidth]
int getWidth()
MasBackgroundTexture
Contains information of background rendering texture.
Definition:
MasBackgroundTexture.h:14
MaxstAR
MaxstARiOS
MasBackgroundTexture.h
Generated by
1.8.13