Package org.robovm.apple.scenekit
Class SCNDebugOptions
- All Implemented Interfaces:
Comparable<SCNDebugOptions>,Iterable<SCNDebugOptions>
public final class SCNDebugOptions extends Bits<SCNDebugOptions>
- Since:
- Available in iOS 9.0 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static SCNDebugOptionsNonestatic SCNDebugOptionsRenderAsWireframestatic SCNDebugOptionsShowBoundingBoxesstatic SCNDebugOptionsShowCamerasstatic SCNDebugOptionsShowConstraintsstatic SCNDebugOptionsShowCreasesstatic SCNDebugOptionsShowLightExtentsstatic SCNDebugOptionsShowLightInfluencesstatic SCNDebugOptionsShowPhysicsFieldsstatic SCNDebugOptionsShowPhysicsShapesstatic SCNDebugOptionsShowSkeletonsstatic SCNDebugOptionsShowWireframe -
Constructor Summary
Constructors Constructor Description SCNDebugOptions(long value) -
Method Summary
Modifier and Type Method Description protected SCNDebugOptions[]_values()static SCNDebugOptions[]values()protected SCNDebugOptionswrap(long value, long mask)
-
Field Details
-
None
-
ShowPhysicsShapes
-
ShowBoundingBoxes
-
ShowLightInfluences
-
ShowLightExtents
-
ShowPhysicsFields
-
ShowWireframe
-
RenderAsWireframe
- Since:
- Available in iOS 11.0 and later.
-
ShowSkeletons
- Since:
- Available in iOS 11.0 and later.
-
ShowCreases
- Since:
- Available in iOS 11.0 and later.
-
ShowConstraints
- Since:
- Available in iOS 11.0 and later.
-
ShowCameras
- Since:
- Available in iOS 11.0 and later.
-
-
Constructor Details
-
SCNDebugOptions
public SCNDebugOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<SCNDebugOptions>
-
_values
- Specified by:
_valuesin classBits<SCNDebugOptions>
-
values
-