Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetFlashing() [1/2]

void ReLogic.Peripherals.RGB.RgbKey.SetFlashing ( Color baseColor,
Color flashColor,
float time,
float flashesPerSecond = 1f )
inline

Definition at line 70 of file RgbKey.cs.

71 {
72 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
73 //IL_0008: Unknown result type (might be due to invalid IL or missing references)
74 SetBaseColor(baseColor);
75 SetFlashing(flashColor, time, flashesPerSecond);
76 }
void SetFlashing(Color flashColor, float time, float flashesPerSecond=1f)
Definition RgbKey.cs:60
void SetBaseColor(Color color)
Definition RgbKey.cs:78

References ReLogic.Peripherals.RGB.RgbKey.SetBaseColor(), and ReLogic.Peripherals.RGB.RgbKey.SetFlashing().