コード例 #1
0
 public void FlashScreen(Color color, float startingAlpha, float dimAlpha)
 {
     screenFlasher.Flash(color, startingAlpha, dimAlpha);
 }