libgdx API

Uses of Class
com.badlogic.gdx.graphics.Mesh.VertexDataType

Packages that use Mesh.VertexDataType
com.badlogic.gdx.graphics   
 

Uses of Mesh.VertexDataType in com.badlogic.gdx.graphics
 

Methods in com.badlogic.gdx.graphics that return Mesh.VertexDataType
static Mesh.VertexDataType Mesh.VertexDataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mesh.VertexDataType[] Mesh.VertexDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.badlogic.gdx.graphics with parameters of type Mesh.VertexDataType
Mesh(Mesh.VertexDataType type, boolean isStatic, int maxVertices, int maxIndices, VertexAttribute... attributes)
          Creates a new Mesh with the given attributes.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)