The opacity value of the node. Animatable.
SDKs
- iOS 8.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Scene
Kit
Declaration
@property(nonatomic) CGFloat opacity;
Discussion
Possible values are between 0
(fully transparent) and 1
(fully opaque). The default is 1
.
You can animate changes to this property’s value. See Animating SceneKit Content.