Package org.robovm.apple.arkit
Class ARSessionRunOptions
- All Implemented Interfaces:
Comparable<ARSessionRunOptions>,Iterable<ARSessionRunOptions>
public final class ARSessionRunOptions extends Bits<ARSessionRunOptions>
-
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 ARSessionRunOptionsNonestatic ARSessionRunOptionsRemoveExistingAnchorsstatic ARSessionRunOptionsResetSceneReconstructionstatic ARSessionRunOptionsResetTrackingstatic ARSessionRunOptionsStopTrackedRaycasts -
Constructor Summary
Constructors Constructor Description ARSessionRunOptions(long value) -
Method Summary
Modifier and Type Method Description protected ARSessionRunOptions[]_values()static ARSessionRunOptions[]values()protected ARSessionRunOptionswrap(long value, long mask)
-
Field Details
-
None
-
ResetTracking
-
RemoveExistingAnchors
-
StopTrackedRaycasts
-
ResetSceneReconstruction
-
-
Constructor Details
-
ARSessionRunOptions
public ARSessionRunOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<ARSessionRunOptions>
-
_values
- Specified by:
_valuesin classBits<ARSessionRunOptions>
-
values
-