Uses of Class
org.robovm.apple.modelio.MDLMaterialTextureFilterMode
| Package | Description |
|---|---|
| org.robovm.apple.modelio |
-
Uses of MDLMaterialTextureFilterMode in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return MDLMaterialTextureFilterMode Modifier and Type Method Description MDLMaterialTextureFilterModeMDLTextureFilter. getMagFilter()MDLMaterialTextureFilterModeMDLTextureFilter. getMinFilter()static MDLMaterialTextureFilterModeMDLMaterialTextureFilterMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MDLMaterialTextureFilterModeMDLMaterialTextureFilterMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MDLMaterialTextureFilterMode[]MDLMaterialTextureFilterMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.modelio with parameters of type MDLMaterialTextureFilterMode Modifier and Type Method Description voidMDLTextureFilter. setMagFilter(MDLMaterialTextureFilterMode v)voidMDLTextureFilter. setMinFilter(MDLMaterialTextureFilterMode v)