public void CreateDestination() { Debug.Log(" before destination"); shapeManager.AddDestinationShape(); Debug.Log(" after destination"); }
public void CreateDestination() { shapeManager.AddDestinationShape(); }
public void CreateDestination() { shapeManager.AddDestinationShape(destinationLabel.text); }