Example #1
0
 // Forces the light to move immediately after the current movement instead of waiting based on the light's mainTimer.
 public void ForceInstantMove()
 {
     currentLight.MoveLightNow();
 } // Calls MoveLightNow() in currentLight (LookAt)