次の方法で共有


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、重なり合うパーティクルの外観に影響します。

適用対象