EngineKit
Main Page
Classes
Files
File List
Plane.h
1
2
3
@class
Plane
;
4
5
6
@protocol
PlaneExport
<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
+ (instancetype)plane;
16
@property
(nonatomic) CGFloat width;
17
@property
(nonatomic) CGFloat height;
18
@end
19
20
24
@interface
Plane
:
Shape
<
PlaneExport
>
25
31
+ (instancetype)
plane
;
32
37
@property
(nonatomic) CGFloat
width
;
42
@property
(nonatomic) CGFloat
height
;
43
@end
Plane
Definition:
Plane.h:24
PlaneExport-p
Definition:
Plane.h:6
Shape
Definition:
Shape.h:10
Plane::height
CGFloat height
Definition:
Plane.h:42
Plane::width
CGFloat width
Definition:
Plane.h:37
+[Plane plane]
instancetype plane()
Definition:
Plane.m:8
Project - ObjC
Items
Shape
Plane.h
Generated on Mon Mar 23 2015 14:32:00 for EngineKit by
1.8.9.1