Home | History | Annotate | Download | only in effect

Lines Matching refs:startSize

104     private float startSize = 0.2f;
755 return startSize;
765 * @param startSize the start size of the particles spawned.
767 public void setStartSize(float startSize) {
768 this.startSize = startSize;
839 p.size = startSize;
955 p.size = FastMath.interpolateLinear(b, startSize, endSize);
1111 oc.write(startSize, "startSize", 0);
1148 startSize = ic.readFloat("startSize", 0);