Package apple.scenekit.enums
Class SCNDebugOptions
- java.lang.Object
-
- apple.scenekit.enums.SCNDebugOptions
-
public final class SCNDebugOptions extends java.lang.Object[@enum] SCNDebugOptions Debug options.
-
-
Field Summary
Fields Modifier and Type Field Description static longNonestatic longRenderAsWireframerender objects as wireframestatic longShowBoundingBoxesshow object bounding boxesstatic longShowCamerasshow camerasstatic longShowConstraintsshow slider constraintstatic longShowCreasesshow subdivision creasesstatic longShowLightExtentsshow light extentsstatic longShowLightInfluencesshow objects's light influencesstatic longShowPhysicsFieldsshow SCNPhysicsFields forces and extentsstatic longShowPhysicsShapesshow physics shapestatic longShowSkeletonsshow skinning bonesstatic longShowWireframeshow wireframe on top of objects
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
ShowPhysicsShapes
public static final long ShowPhysicsShapes
show physics shape- See Also:
- Constant Field Values
-
ShowBoundingBoxes
public static final long ShowBoundingBoxes
show object bounding boxes- See Also:
- Constant Field Values
-
ShowLightInfluences
public static final long ShowLightInfluences
show objects's light influences- See Also:
- Constant Field Values
-
ShowLightExtents
public static final long ShowLightExtents
show light extents- See Also:
- Constant Field Values
-
ShowPhysicsFields
public static final long ShowPhysicsFields
show SCNPhysicsFields forces and extents- See Also:
- Constant Field Values
-
ShowWireframe
public static final long ShowWireframe
show wireframe on top of objects- See Also:
- Constant Field Values
-
RenderAsWireframe
public static final long RenderAsWireframe
render objects as wireframe- See Also:
- Constant Field Values
-
ShowSkeletons
public static final long ShowSkeletons
show skinning bones- See Also:
- Constant Field Values
-
ShowCreases
public static final long ShowCreases
show subdivision creases- See Also:
- Constant Field Values
-
ShowConstraints
public static final long ShowConstraints
show slider constraint- See Also:
- Constant Field Values
-
ShowCameras
public static final long ShowCameras
show cameras- See Also:
- Constant Field Values
-
-