opacity
The opacity value of the node. Animatable.
Declaration
var opacity: CGFloat { get set }Mentioned in
Discussion
Possible values are between 0.0 (fully transparent) and 1.0 (fully opaque). The default is 1.0.
You can animate changes to this property’s value. See Animating SceneKit Content.