Ejemplo n.º 1
0
 public static Material Outer(EColorPallet colorPallet)
 {
     return(PalletDict[colorPallet].outer);
 }
Ejemplo n.º 2
0
 public static Material OuterHighlight(EColorPallet colorPallet)
 {
     return(PalletDict[colorPallet].outerHighlight);
 }
Ejemplo n.º 3
0
 public static Material Inner(EColorPallet colorPallet)
 {
     return(PalletDict[colorPallet].inner);
 }