Uses of Class
org.robovm.apple.glkit.GLKLightingType
| Package | Description |
|---|---|
| org.robovm.apple.glkit |
-
Uses of GLKLightingType in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit that return GLKLightingType Modifier and Type Method Description GLKLightingTypeGLKBaseEffect. getLightingType()Deprecated.static GLKLightingTypeGLKLightingType. valueOf(long n)Returns the enum constant of this type with the specified name.static GLKLightingTypeGLKLightingType. valueOf(String name)Returns the enum constant of this type with the specified name.static GLKLightingType[]GLKLightingType. 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 GLKLightingType Modifier and Type Method Description voidGLKBaseEffect. setLightingType(GLKLightingType v)Deprecated.