HomeSort by relevance Sort by last modified time
    Searched defs:getHighMin (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
ScaledNumericValue.java 30 public float getHighMin () {
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
ScaledNumericPanel.java 55 highMinSlider.setValue(value.getHighMin());
144 if (value.getHighMin() == value.getHighMax()) highRangeButton.doClick(0);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java 826 angleValue.setHigh(-angleValue.getHighMin(), -angleValue.getHighMax());
829 gravityValue.setHigh(-gravityValue.getHighMin(), -gravityValue.getHighMax());
832 windValue.setHigh(-windValue.getHighMin(), -windValue.getHighMax());
835 rotationValue.setHigh(-rotationValue.getHighMin(), -rotationValue.getHighMax());
    [all...]

Completed in 407 milliseconds