Beispiel #1
0
 public void RegisterPoint()
 {
     if (ProjectObject != null)
     {
         Strack.RegisterPoint(ProjectObject);
     }
 }
Beispiel #2
0
 void NV_NoteActionBegin(NoteView.NoteDragingType eventType, bool Callback = false)
 {
     if (eventType == NoteView.NoteDragingType.AreaSelect)
     {
         return;
     }
     if (eventType == NoteView.NoteDragingType.None)
     {
         return;
     }
     UAU.RegisterPoint(OAC.AllocedSource);
 }