共用方式為


SCNParticleSortingMode 列舉

定義

列舉,指定 :SceneKit.SCNParticleScene 所發出之物件的順序。

[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
屬性

欄位

名稱 Description
None 0
ProjectedDepth 1
Distance 2
OldestFirst 3
YoungestFirst 4

備註

與 一起 BlendModeSortingMode ,會影響重迭物件的外觀。

適用於