Java com.badlogic.gdx.graphics.g3d.particles ParticleEffect fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

ParticleEffectcopy()
voiddispose()
voidinit()
voidrotate(Vector3 axis, float angle)
Applies the rotation by the given angle around the given axis to the current transformation matrix of each controller.
voidstart()
voidtranslate(Vector3 translation)
Applies the translation to the current transformation matrix of each controller.