Package org.robovm.apple.arkit
Class ARFrameSemantics
- All Implemented Interfaces:
Comparable<ARFrameSemantics>,Iterable<ARFrameSemantics>
public final class ARFrameSemantics extends Bits<ARFrameSemantics>
-
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 ARFrameSemanticsBodyDetectionstatic ARFrameSemanticsNonestatic ARFrameSemanticsPersonSegmentationstatic ARFrameSemanticsPersonSegmentationWithDepthstatic ARFrameSemanticsSceneDepthstatic ARFrameSemanticsSmoothedSceneDepth -
Constructor Summary
Constructors Constructor Description ARFrameSemantics(long value) -
Method Summary
Modifier and Type Method Description protected ARFrameSemantics[]_values()static ARFrameSemantics[]values()protected ARFrameSemanticswrap(long value, long mask)
-
Field Details
-
None
-
PersonSegmentation
-
PersonSegmentationWithDepth
-
BodyDetection
-
SceneDepth
- Since:
- Available in iOS 14.0 and later.
-
SmoothedSceneDepth
- Since:
- Available in iOS 14.0 and later.
-
-
Constructor Details
-
ARFrameSemantics
public ARFrameSemantics(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<ARFrameSemantics>
-
_values
- Specified by:
_valuesin classBits<ARFrameSemantics>
-
values
-