Uses of Class
org.robovm.apple.scenekit.SCNFilterMode
| Package | Description |
|---|---|
| org.robovm.apple.scenekit |
-
Uses of SCNFilterMode in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNFilterMode Modifier and Type Method Description SCNFilterModeSCNMaterialProperty. getMagnificationFilter()SCNFilterModeSCNMaterialProperty. getMinificationFilter()SCNFilterModeSCNMaterialProperty. getMipFilter()static SCNFilterModeSCNFilterMode. valueOf(long n)Returns the enum constant of this type with the specified name.static SCNFilterModeSCNFilterMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SCNFilterMode[]SCNFilterMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.scenekit with parameters of type SCNFilterMode Modifier and Type Method Description voidSCNMaterialProperty. setMagnificationFilter(SCNFilterMode v)voidSCNMaterialProperty. setMinificationFilter(SCNFilterMode v)voidSCNMaterialProperty. setMipFilter(SCNFilterMode v)