Package org.robovm.apple.arkit
Class ARWorldTrackingConfiguration
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.arkit.ARConfiguration
org.robovm.apple.arkit.ARWorldTrackingConfiguration
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class ARWorldTrackingConfiguration extends ARConfiguration
- Since:
- Available in iOS 11.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classARWorldTrackingConfiguration.ARWorldTrackingConfigurationPtrNested classes/interfaces inherited from class org.robovm.apple.arkit.ARConfiguration
ARConfiguration.ARConfigurationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description ARWorldTrackingConfiguration()protectedARWorldTrackingConfiguration(NSObject.Handle h, long handle)protectedARWorldTrackingConfiguration(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.arkit.ARConfiguration
getFrameSemantics, getVideoFormat, getWorldAlignment, isLightEstimationEnabled, providesAudioData, setFrameSemantics, setLightEstimationEnabled, setProvidesAudioData, setVideoFormat, setWorldAlignmentMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
ARWorldTrackingConfiguration
-
ARWorldTrackingConfiguration
-
ARWorldTrackingConfiguration
public ARWorldTrackingConfiguration()
-
-
Method Details
-
isAutoFocusEnabled
public boolean isAutoFocusEnabled()- Since:
- Available in iOS 11.3 and later.
-
setAutoFocusEnabled
public void setAutoFocusEnabled(boolean v)- Since:
- Available in iOS 11.3 and later.
-
getEnvironmentTexturing
- Since:
- Available in iOS 12.0 and later.
-
setEnvironmentTexturing
- Since:
- Available in iOS 12.0 and later.
-
wantsHDREnvironmentTextures
public boolean wantsHDREnvironmentTextures()- Since:
- Available in iOS 13.0 and later.
-
setWantsHDREnvironmentTextures
public void setWantsHDREnvironmentTextures(boolean v)- Since:
- Available in iOS 13.0 and later.
-
getPlaneDetection
-
setPlaneDetection
-
getInitialWorldMap
- Since:
- Available in iOS 12.0 and later.
-
setInitialWorldMap
- Since:
- Available in iOS 12.0 and later.
-
getDetectionImages
- Since:
- Available in iOS 11.3 and later.
-
setDetectionImages
- Since:
- Available in iOS 11.3 and later.
-
isAutomaticImageScaleEstimationEnabled
public boolean isAutomaticImageScaleEstimationEnabled()- Since:
- Available in iOS 13.0 and later.
-
setAutomaticImageScaleEstimationEnabled
public void setAutomaticImageScaleEstimationEnabled(boolean v)- Since:
- Available in iOS 13.0 and later.
-
getMaximumNumberOfTrackedImages
public long getMaximumNumberOfTrackedImages()- Since:
- Available in iOS 12.0 and later.
-
setMaximumNumberOfTrackedImages
public void setMaximumNumberOfTrackedImages(long v)- Since:
- Available in iOS 12.0 and later.
-
getDetectionObjects
- Since:
- Available in iOS 12.0 and later.
-
setDetectionObjects
- Since:
- Available in iOS 12.0 and later.
-
isCollaborationEnabled
public boolean isCollaborationEnabled()- Since:
- Available in iOS 13.0 and later.
-
setCollaborationEnabled
public void setCollaborationEnabled(boolean v)- Since:
- Available in iOS 13.0 and later.
-
supportsUserFaceTracking
public static boolean supportsUserFaceTracking()- Since:
- Available in iOS 13.0 and later.
-
isUserFaceTrackingEnabled
public boolean isUserFaceTrackingEnabled()- Since:
- Available in iOS 13.0 and later.
-
setUserFaceTrackingEnabled
public void setUserFaceTrackingEnabled(boolean v)- Since:
- Available in iOS 13.0 and later.
-
isAppClipCodeTrackingEnabled
public boolean isAppClipCodeTrackingEnabled()- Since:
- Available in iOS 14.3 and later.
-
setAppClipCodeTrackingEnabled
public void setAppClipCodeTrackingEnabled(boolean v)- Since:
- Available in iOS 14.3 and later.
-
supportsAppClipCodeTracking
public static boolean supportsAppClipCodeTracking()- Since:
- Available in iOS 14.3 and later.
-
getSceneReconstruction
- Since:
- Available in iOS 13.4 and later.
-
setSceneReconstruction
- Since:
- Available in iOS 13.4 and later.
-
isSupported
public static boolean isSupported() -
getSupportedVideoFormats
- Since:
- Available in iOS 11.3 and later.
-
supportsSceneReconstruction
- Since:
- Available in iOS 13.4 and later.
-
create
protected static long create() -
supportsFrameSemantics
- Since:
- Available in iOS 13.0 and later.
-