The mode SceneKit uses to calculate transparency for the material.
SDKs
- iOS 8.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Scene
Kit
Declaration
var transparencyMode: SCNTransparency Mode { get set }
Discussion
The default transparency mode is SCNTransparency
. See SCNTransparency
for available values and their effects.