public void ApplyStats(SimpleCurve to) { if (to != null) { Util.Populate(out List <CurvePoint> l, this.points, v => new CurvePoint(v.ToVector2())); to.SetPoints(l); } }