EngineKit
Main Page
Classes
Files
File List
Text.h
1
2
3
@class
Text
;
4
5
6
@protocol
TextExport
<JSExport>
7
+ (instancetype)create;
8
//
9
@property
(nonatomic, strong)
id
position;
10
@property
(nonatomic, strong)
id
rotation;
11
@property
(nonatomic, strong)
id
scale;
12
//
13
@property
(nonatomic, strong)
id
color;
14
//
15
@property
(nonatomic) CGFloat depth;
16
@property
(nonatomic)
id
string
;
17
@end
18
19
23
@interface
Text
:
Shape
<
TextExport
>
29
+ (instancetype)
text
;
34
@property
(nonatomic) CGFloat
depth
;
40
@property
(nonatomic)
id
string
;
41
@end
Text::depth
CGFloat depth
Definition:
Text.h:34
Shape
Definition:
Shape.h:10
+[Text text]
instancetype text()
Definition:
Text.m:8
Text
Definition:
Text.h:23
TextExport-p
Definition:
Text.h:6
Project - ObjC
Items
Shape
Text.h
Generated on Mon Mar 23 2015 14:32:00 for EngineKit by
1.8.9.1