共用方式為


SCNDebugOptions 列舉

定義

列舉偵錯重迭選項。

此列舉支援其成員值的位元組合。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum SCNDebugOptions
type SCNDebugOptions = 
繼承
SCNDebugOptions
屬性

欄位

None 0

表示不會顯示任何偵錯重迭。

RenderAsWireframe 64
ShowBoundingBoxes 2

指出周框方塊將會針對具有內容的節點顯示。

ShowCameras 1024
ShowConstraints 512
ShowCreases 256
ShowLightExtents 8

指出會顯示每個場景套件光線影響的區域。

ShowLightInfluences 4

表示會顯示每個場景套件光線位置。

ShowPhysicsFields 16

表示會顯示物理欄位。

ShowPhysicsShapes 1

表示會顯示物理圖形。

ShowSkeletons 128
ShowWireframe 32

表示場景幾何會轉譯為線框。

適用於