height
The extent of the capsule along its y-axis. Animatable.
Declaration
var height: CGFloat { get set }Discussion
The capsule is centered in its local coordinate system. For example, if a capsule has a height of 10.0, it extends from -5.0 to 5.0 along the y-axis. This property measures the total height of the capsule, including its hemispherical ends.
If the height is zero or less, or less than twice the cap radius, the geometry is empty. The default height is 2.0.
You can animate changes to this property’s value. See Animating SceneKit Content.