Uses of Class
com.badlogic.gdx.graphics.g3d.decals.DecalMaterial
-
Packages that use DecalMaterial Package Description com.badlogic.gdx.graphics.g3d.decals -
-
Uses of DecalMaterial in com.badlogic.gdx.graphics.g3d.decals
Fields in com.badlogic.gdx.graphics.g3d.decals declared as DecalMaterial Modifier and Type Field Description protected DecalMaterialDecal. materialMethods in com.badlogic.gdx.graphics.g3d.decals that return DecalMaterial Modifier and Type Method Description DecalMaterialDecal. getMaterial()Methods in com.badlogic.gdx.graphics.g3d.decals with parameters of type DecalMaterial Modifier and Type Method Description static DecalDecal. newDecal(float width, float height, TextureRegion textureRegion, int srcBlendFactor, int dstBlendFactor, DecalMaterial material)Creates a decal using the region for texturing and the specified blending parameters for blendingvoidDecal. setMaterial(DecalMaterial material)Set materialConstructors in com.badlogic.gdx.graphics.g3d.decals with parameters of type DecalMaterial Constructor Description Decal(DecalMaterial material)
-