EngineKit
|
#import <Sphere.h>
Class Methods | |
(instancetype) | + sphere |
![]() | |
(instancetype) | + create |
![]() | |
(instancetype) | + create |
Properties | |
CGFloat | radius |
![]() | |
id | color |
![]() | |
SCNNode * | node |
The node that this Item is wrapping. | |
id | position |
id | rotation |
id | scale |
SCNGeometry * | geometry |
![]() | |
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.