Example #1
0
 public void ApplyColors()
 {
     if (ColorPalette.CurrentColorPalette != null)
     {
         ColorPalette.UpdateSceneColors();
     }
     else
     {
         Debug.LogWarning("Please select a color palette first");
     }
 }
Example #2
0
 public void SetCurrent()
 {
     ColorPalette.SetCurrentPalette(this);
     ColorPalette.UpdateSceneColors();
 }