Uses of Class
org.robovm.apple.arkit.ARWorldMappingStatus
-
Packages that use ARWorldMappingStatus Package Description org.robovm.apple.arkit -
-
Uses of ARWorldMappingStatus in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return ARWorldMappingStatus Modifier and Type Method Description ARWorldMappingStatus
ARFrame. getWorldMappingStatus()
static ARWorldMappingStatus
ARWorldMappingStatus. valueOf(long n)
Returns the enum constant of this type with the specified name.static ARWorldMappingStatus
ARWorldMappingStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ARWorldMappingStatus[]
ARWorldMappingStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-