Esempio n. 1
0
 protected override void setJSON(JObject obj, BaseClassIfc host, SetJsonOptions options)
 {
     base.setJSON(obj, host, options);
     obj["StartPlacement"] = StartPlacement.getJson(this, options);
     obj["SegmentLength"]  = SegmentLength.getJson(this, options);
     obj["ParentCurve"]    = ParentCurve.getJson(this, options);
 }
Esempio n. 2
0
 public void UpdateManual(NameValueCollection values)
 {
     Name = ManualUpdaterParser.Parse(values["Name"], Name);
     AnimationStartTime = ManualUpdaterParser.Parse(values["AnimationStartTime"], AnimationStartTime);
     StartPlacement.UpdateManual(values);
 }