public AffectorF1(F1 obj) { this.obj = obj; }
public AffectorF1(F1 obj, float r2, float deltaT) { this.obj = obj; SetValues(r2, deltaT); }
public void SetTarget(F1 obj) { this.obj = obj; }