Uses of Class
com.badlogic.gdx.Graphics.GraphicsType
-
Packages that use Graphics.GraphicsType Package Description com.badlogic.gdx -
-
Uses of Graphics.GraphicsType in com.badlogic.gdx
Methods in com.badlogic.gdx that return Graphics.GraphicsType Modifier and Type Method Description Graphics.GraphicsTypeGraphics. getType()static Graphics.GraphicsTypeGraphics.GraphicsType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Graphics.GraphicsType[]Graphics.GraphicsType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-