|
EngineKit
|
#import <Sphere.h>
Class Methods | |
| (instancetype) | + sphere |
Class Methods inherited from Item | |
| (instancetype) | + create |
Class Methods inherited from <SphereExport> | |
| (instancetype) | + create |
Properties | |
| CGFloat | radius |
Properties inherited from Shape | |
| id | color |
Properties inherited from Item | |
| SCNNode * | node |
| The node that this Item is wrapping. | |
| id | position |
| id | rotation |
| id | scale |
| SCNGeometry * | geometry |
Properties inherited from <SphereExport> | |
| id | position |
| id | rotation |
| id | scale |
| id | color |
| CGFloat | radius |
A sphere, with specifiable radius.
| + (SCNSphere *) sphere |
|
readwritenonatomicassign |
An alias for the SCNSphere's radius property. Speficies the radius used for the Sphere, which is centered in the origin.