示例#1
0
 public void Reset()
 {
     if (hitWindow != null)
     {
         hitWindow.Clear();
     }
     physicsWindow.Clear();
 }
示例#2
0
 public void Reset()
 {
     if (hitWindow != null)
     {
         hitWindow.Clear();
     }
     feederNoteIndex = -1;
     lastAddedTick   = uint.MaxValue;
 }