Exemplo n.º 1
0
 public void Setup(VisualProgrammingAction action)
 {
     this.action = action;
     GetComponent <DraggableUIItem>().onEndDrag.AddListener(OnEndDrag);
 }
Exemplo n.º 2
0
 public void Setup(VisualProgrammingAction action)
 {
     this.action = action;
 }