コード例 #1
0
 public void RandomizeColor(ColorVariable target)
 {
     target.SetValue(Random.ColorHSV());
 }
コード例 #2
0
 //A config script function that goes to the handle and applies the color that is selected.
 public void ApplySystemColor()
 {
     //Transfer over the selected color with this.
     SystemColor.SetValue(_selectedColor);
 }