Home | History | Annotate | Download | only in effect

Lines Matching refs:endSize

105     private float endSize = 2f;
554 return endSize;
565 * @param endSize the end size of the particles spawned.
567 public void setEndSize(float endSize) {
568 this.endSize = endSize;
955 p.size = FastMath.interpolateLinear(b, startSize, endSize);
1112 oc.write(endSize, "endSize", 0);
1149 endSize = ic.readFloat("endSize", 0);