예제 #1
0
 // check if color was updated in background thread
 private void FixedUpdate()
 {
     if (sendColor)
     {
         dmx.SendColor(queuedColor, queuedName);
         sendColor = false;
     }
 }
예제 #2
0
 internal static void TriggerClear()
 {
     instance.SendColor(Color.clear);
 }