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