Example #1
0
 private void Update()
 {
     if (AutoUpdate_)
     {
         Redraw();
     }
     Settings_.UpdateColors();
 }
Example #2
0
 private void LateUpdate()
 {
     _meshGenerator.ManageColumnRequests();
     Settings.UpdateColors();
 }