Uses of Class
org.robovm.apple.arkit.ARMatteResolution
| Package | Description |
|---|---|
| org.robovm.apple.arkit |
-
Uses of ARMatteResolution in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return ARMatteResolution Modifier and Type Method Description static ARMatteResolutionARMatteResolution. valueOf(long n)Returns the enum constant of this type with the specified name.static ARMatteResolutionARMatteResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static ARMatteResolution[]ARMatteResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.arkit with parameters of type ARMatteResolution Modifier and Type Method Description protected longARMatteGenerator. init(MTLDevice device, ARMatteResolution matteResolution)Constructors in org.robovm.apple.arkit with parameters of type ARMatteResolution Constructor Description ARMatteGenerator(MTLDevice device, ARMatteResolution matteResolution)