Beispiel #1
0
 public void Set(SceneColorType type, Color color)
 {
     Colors[type] = color;
 }
Beispiel #2
0
 public Color Get(SceneColorType type)
 {
     return(Colors[type]);
 }