MaxstARSDK
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
y
+
Functions
a
b
c
d
e
f
g
i
l
m
o
q
r
s
t
u
Variables
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Variables
Macros
•
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
-[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