Esempio n. 1
0
 public static void SetLightingColourB(this LightSwitchEventEffect lse, Color colour)
 {
     lse.SetLightingColours(Color.clear, colour);
 }
Esempio n. 2
0
 public static void RecolourLight(ref LightSwitchEventEffect obj, Color red, Color blue)
 {
     obj.SetLightingColours(red, blue);
 }