SCNTransparencyMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates techniques for calculating transparency.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNTransparencyMode
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNTransparencyMode
type SCNTransparencyMode =
- Inheritance
-
SCNTransparencyMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
AOne | 0 | Uses the alpha channel of colors. Alpha of 1.0 is opaque. |
Default | 0 | |
RgbZero | 1 | Uses the luminance of colors. A luminance of 0.0 is opaque. |
SingleLayer | 2 | |
DualLayer | 3 |