Package org.robovm.apple.arkit
Class ARPlaneDetection
- All Implemented Interfaces:
Comparable<ARPlaneDetection>,Iterable<ARPlaneDetection>
public final class ARPlaneDetection extends Bits<ARPlaneDetection>
-
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 ARPlaneDetectionHorizontalstatic ARPlaneDetectionNonestatic ARPlaneDetectionVertical -
Constructor Summary
Constructors Constructor Description ARPlaneDetection(long value) -
Method Summary
Modifier and Type Method Description protected ARPlaneDetection[]_values()static ARPlaneDetection[]values()protected ARPlaneDetectionwrap(long value, long mask)
-
Field Details
-
None
-
Horizontal
-
Vertical
- Since:
- Available in iOS 11.3 and later.
-
-
Constructor Details
-
ARPlaneDetection
public ARPlaneDetection(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<ARPlaneDetection>
-
_values
- Specified by:
_valuesin classBits<ARPlaneDetection>
-
values
-