Uses of Class
com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial.MaterialType
-
Packages that use ModelMaterial.MaterialType Package Description com.badlogic.gdx.graphics.g3d.model.data -
-
Uses of ModelMaterial.MaterialType in com.badlogic.gdx.graphics.g3d.model.data
Fields in com.badlogic.gdx.graphics.g3d.model.data declared as ModelMaterial.MaterialType Modifier and Type Field Description ModelMaterial.MaterialTypeModelMaterial. typeMethods in com.badlogic.gdx.graphics.g3d.model.data that return ModelMaterial.MaterialType Modifier and Type Method Description static ModelMaterial.MaterialTypeModelMaterial.MaterialType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModelMaterial.MaterialType[]ModelMaterial.MaterialType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-