示例#1
0
 public IParticleOnCurve weight(float w) {
   super.weight(w);
   return this;
 }
示例#2
0
 public IParticleOnCurve weight(double w) {
   super.weight(w);
   return this;
 }