示例#1
0
 protected virtual void Awake()
 {
     dragItem         = GetComponentInParent <DragItem>();
     refRectTransform = GetComponent <RectTransform>();
     linePoint        = new GraphLine.LinePoint(Vector2.zero, Vector2.zero);
 }