Uses of Class
org.robovm.apple.glkit.GLKTextureEnvMode
| Package | Description |
|---|---|
| org.robovm.apple.glkit |
-
Uses of GLKTextureEnvMode in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit that return GLKTextureEnvMode Modifier and Type Method Description GLKTextureEnvModeGLKEffectPropertyTexture. getEnvMode()Deprecated.static GLKTextureEnvModeGLKTextureEnvMode. valueOf(long n)Returns the enum constant of this type with the specified name.static GLKTextureEnvModeGLKTextureEnvMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GLKTextureEnvMode[]GLKTextureEnvMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.glkit with parameters of type GLKTextureEnvMode Modifier and Type Method Description voidGLKEffectPropertyTexture. setEnvMode(GLKTextureEnvMode v)Deprecated.