Searched defs:newDecal (Results 1 – 1 of 1) sorted by relevance
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/ |
| D | Decal.java | 620 public static Decal newDecal (TextureRegion textureRegion) { in newDecal() method in Decal 630 public static Decal newDecal (TextureRegion textureRegion, boolean hasTransparency) { in newDecal() method in Decal 644 public static Decal newDecal (float width, float height, TextureRegion textureRegion) { in newDecal() method in Decal 655 …public static Decal newDecal (float width, float height, TextureRegion textureRegion, boolean hasT… in newDecal() method in Decal 668 …public static Decal newDecal (float width, float height, TextureRegion textureRegion, int srcBlend… in newDecal() method in Decal 687 …public static Decal newDecal (float width, float height, TextureRegion textureRegion, int srcBlend… in newDecal() method in Decal
|