Exemplo n.º 1
0
 public void Set(SceneColorType type, Color color)
 {
     Colors[type] = color;
 }
Exemplo n.º 2
0
 public Color Get(SceneColorType type)
 {
     return(Colors[type]);
 }