Uses of Class
com.jmex.effects.particles.TexAnimation

Packages that use TexAnimation
com.jmex.effects.particles   
 

Uses of TexAnimation in com.jmex.effects.particles
 

Fields in com.jmex.effects.particles declared as TexAnimation
protected  TexAnimation ParticleSystem.texAnimation
           
 

Methods in com.jmex.effects.particles that return TexAnimation
 TexAnimation ParticleSystem.getTexAnimation()
           
 

Methods in com.jmex.effects.particles with parameters of type TexAnimation
 void ParticleSystem.setTexAnimation(TexAnimation texAnimation)