EngineKit
|
#import <Tube.h>
Class Methods | |
(instancetype) | + tube |
![]() | |
(instancetype) | + create |
![]() | |
(instancetype) | + create |
Properties | |
CGFloat | radius |
CGFloat | outerRadius |
CGFloat | innerRadius |
CGFloat | height |
![]() | |
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 |
CGFloat | innerRadius |
CGFloat | outerRadius |
CGFloat | height |
A tube, with speficiable radius, thickness and height.
+ (SCNTube *) tube |
Creates a new instance of Tube
, with the default measures set by SCNTube
.
Tube
. Reimplemented from <TubeExport>.
|
readwritenonatomicassign |
An alias for the SCNTube's height
property. Speficies the Tube's extent on the y
axis.
|
readwritenonatomicassign |
An alias for the SCNTube's innerRadius
property. Speficies the radius that the Tube's hole will have.
|
readwritenonatomicassign |
An alias for the SCNTube's outerRadius
property. Speficies the radius that the Tube will have, or it's extent in the xz
plane.
|
readwritenonatomicassign |
An alias for the SCNTube's outerRadius
property. Speficies the radius that the Tube will have, or it's extent in the xz
plane.