SCNTransparencyMode Enum

Definition

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

AOne 0

Uses the alpha channel of colors. Alpha of 1.0 is opaque.

Default 0
DualLayer 3
RgbZero 1

Uses the luminance of colors. A luminance of 0.0 is opaque.

SingleLayer 2

Applies to