Beispiel #1
0
 /** add terget object to be updated by this dynamic object. */
 public IParticleOnCurve target(IObject targetObj) {
   super.target(targetObj);
   return this;
 }