Exemplo n.º 1
0
 public static void Selection()
 {
     //Debug.Log("Calling event SelectionLine");
     if (onSelectionLine != null)
     {
         SelectedLine        = GetActiveSpiroFormule();
         SelectedAspect      = GetActiveAspect();
         SelectedMultiSpiro  = GetActiveMultiSpiro();
         ActiveObjectInScene = GetActiveObject();
         onSelectionLine();
     }
 }
Exemplo n.º 2
0
 public void GetActiveLine()
 {
     ActiveObjectInScene = Spirographe.GetActiveObject();
     SelectedMultiSpiro  = Spirographe.GetActiveMultiSpiro();
 }