Java com.badlogic.gdx.graphics.g3d.decals Decal fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.graphics.g3d.decals Decal fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.graphics.g3d.decals Decal.

The text is from its open source code.

Subclass

com.badlogic.gdx.graphics.g3d.decals.Decal has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetBlending(int srcBlendFactor, int dstBlendFactor)
Sets the blending parameters for this decal
voidsetColor(float r, float g, float b, float a)
Sets the color of all four vertices to the specified color
voidsetDimensions(float width, float height)
Sets the width and height in world units
voidsetPosition(Vector3 pos)
voidsetTextureRegion(TextureRegion textureRegion)
Sets the texture region
voidtranslate(Vector3 trans)