Package com.badlogic.gdx.graphics.g3d.particles.values

Examples of com.badlogic.gdx.graphics.g3d.particles.values.RangedNumericValue


  private EmissionMode emissionMode;
 
  private FloatChannel lifeChannel;

  public RegularEmitter(){
    delayValue = new RangedNumericValue();
    durationValue = new RangedNumericValue();
    lifeOffsetValue = new ScaledNumericValue();
    lifeValue = new ScaledNumericValue();
    emissionValue = new ScaledNumericValue();
   
    durationValue.setActive(true);
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.graphics.g3d.particles.values.RangedNumericValue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.