SCNParticleSortingMode Enum

Definition

Enumeration specifying the order in which particles emitted by a T:SceneKit.SCNParticleScene are rendered.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNParticleSortingMode
type SCNParticleSortingMode = 
Inheritance
SCNParticleSortingMode
Attributes

Fields

Distance 2
None 0
OldestFirst 3
ProjectedDepth 1
YoungestFirst 4

Remarks

Along with BlendMode, SortingMode affects the appearance of overlapping particles.

Applies to