SCNDebugOptions 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举调试覆盖选项。
此枚举支持其成员值的按位组合。
[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 | 指示场景几何图形将呈现为线框。 |