Esempio n. 1
0
 private void Reset()
 {
     EditMarkup   = null;
     HoverNodeId  = 0;
     SelectNodeId = 0;
     HoverPoint   = null;
     SelectPoint  = null;
     DragPoint    = null;
     FillerPoints.Clear();
     HoverFillerPoint          = null;
     ToolMode                  = Mode.SelectNode;
     cursorInfoLabel.isVisible = false;
     Panel?.EndPanelAction();
     Panel?.Hide();
 }
Esempio n. 2
0
 private void Reset()
 {
     EditMarkup   = null;
     HoverNodeId  = 0;
     SelectNodeId = 0;
     HoverPoint   = null;
     SelectPoint  = null;
     TargetPoints.Clear();
     DragPoint = null;
     FillerPoints.Clear();
     FillerPointsSelector      = null;
     ToolMode                  = Mode.Node;
     cursorInfoLabel.isVisible = false;
     cursorInfoLabel.text      = string.Empty;
     Panel?.EndPanelAction();
     Panel?.Hide();
 }
Esempio n. 3
0
 private void GetFillerPoints()
 {
     FillerPoints.Clear();
     FillerPoints.AddRange(TempFiller.GetNextСandidates());
 }