Uses of Class
com.badlogic.gdx.graphics.glutils.ShapeRenderer.ShapeType
-
Packages that use ShapeRenderer.ShapeType Package Description com.badlogic.gdx.graphics.glutils -
-
Uses of ShapeRenderer.ShapeType in com.badlogic.gdx.graphics.glutils
Methods in com.badlogic.gdx.graphics.glutils that return ShapeRenderer.ShapeType Modifier and Type Method Description ShapeRenderer.ShapeTypeShapeRenderer. getCurrentType()Returns the current shape type.static ShapeRenderer.ShapeTypeShapeRenderer.ShapeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ShapeRenderer.ShapeType[]ShapeRenderer.ShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx.graphics.glutils with parameters of type ShapeRenderer.ShapeType Modifier and Type Method Description voidShapeRenderer. begin(ShapeRenderer.ShapeType type)Starts a new batch of shapes.protected voidShapeRenderer. check(ShapeRenderer.ShapeType preferred, ShapeRenderer.ShapeType other, int newVertices)Checks whether the correct ShapeType was set.voidShapeRenderer. set(ShapeRenderer.ShapeType type)
-