SCNParticleSortingMode 枚举

定义

指定 发出的粒子呈现顺序的枚举。

[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 = 
继承
SCNParticleSortingMode
属性

字段

Distance 2
None 0
OldestFirst 3
ProjectedDepth 1
YoungestFirst 4

注解

与 一起BlendModeSortingMode影响重叠粒子的外观。

适用于