Java com.badlogic.gdx.tools.hiero.unicodefont.effects ShadowEffect fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.tools.hiero.unicodefont.effects ShadowEffect fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.tools.hiero.unicodefont.effects ShadowEffect.

The text is from its open source code.

Constructor

Method

voidsetColor(Color color)
voidsetOpacity(float opacity)
voidsetXDistance(float distance)
Sets the pixels to offset the shadow on the x axis.
voidsetYDistance(float distance)
Sets the pixels to offset the shadow on the y axis.