Uses of Class
org.robovm.apple.modelio.MDLMaterialTextureWrapMode
| Package | Description |
|---|---|
| org.robovm.apple.modelio |
-
Uses of MDLMaterialTextureWrapMode in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return MDLMaterialTextureWrapMode Modifier and Type Method Description MDLMaterialTextureWrapModeMDLTextureFilter. getRWrapMode()MDLMaterialTextureWrapModeMDLTextureFilter. getSWrapMode()MDLMaterialTextureWrapModeMDLTextureFilter. getTWrapMode()static MDLMaterialTextureWrapModeMDLMaterialTextureWrapMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MDLMaterialTextureWrapModeMDLMaterialTextureWrapMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MDLMaterialTextureWrapMode[]MDLMaterialTextureWrapMode. 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 MDLMaterialTextureWrapMode Modifier and Type Method Description voidMDLTextureFilter. setRWrapMode(MDLMaterialTextureWrapMode v)voidMDLTextureFilter. setSWrapMode(MDLMaterialTextureWrapMode v)voidMDLTextureFilter. setTWrapMode(MDLMaterialTextureWrapMode v)