public void Save() { offsetProxy = new Vector2EditorProxy(Offset); actionRectProxy = new RectEditorProxy(ActionRect); }
public JointPointProxy(RectEditorProxy actionRectProxy, Vector2EditorProxy offsetProxy, string targetId) { this.actionRectProxy = actionRectProxy; this.offsetProxy = offsetProxy; this.targetId = targetId; }