EngineKit
Main Page
Classes
Files
File List
Sphere.h
1
2
3
@protocol
SphereExport
<JSExport>
4
+ (instancetype)create;
5
//
6
@property
(nonatomic, strong)
id
position;
7
@property
(nonatomic, strong)
id
rotation;
8
@property
(nonatomic, strong)
id
scale;
9
//
10
@property
(nonatomic, strong)
id
color;
11
//
12
@property
(nonatomic) CGFloat radius;
13
@end
14
15
19
@interface
Sphere
:
Shape
<
SphereExport
>
25
+ (instancetype)
sphere
;
26
31
@property
(nonatomic) CGFloat
radius
;
32
@end
+[Sphere sphere]
instancetype sphere()
Definition:
Sphere.m:8
SphereExport-p
Definition:
Sphere.h:3
Shape
Definition:
Shape.h:10
Sphere::radius
CGFloat radius
Definition:
Sphere.h:31
Sphere
Definition:
Sphere.h:19
Project - ObjC
Items
Shape
Sphere.h
Generated on Mon Mar 23 2015 14:32:00 for EngineKit by
1.8.9.1