Esempio n. 1
0
 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;
 }
 public void Save()
 {
     offsetProxy = new Vector2EditorProxy(Offset);
     actionRectProxy = new RectEditorProxy(ActionRect);
 }
Esempio n. 4
0
 public virtual void Save()
 {
     sizeProxy     = new Vector2EditorProxy(Size);
     positionProxy = new Vector2EditorProxy(Position);
 }
Esempio n. 5
0
 public JointPointProxy(RectEditorProxy actionRectProxy, Vector2EditorProxy offsetProxy, string targetId)
 {
     this.actionRectProxy = actionRectProxy;
     this.offsetProxy     = offsetProxy;
     this.targetId        = targetId;
 }