コード例 #1
0
ファイル: ParticleDisplay.cs プロジェクト: Gartley/ss13remake
 public void ConfiguratorOnBackgroundColorChanged(object sender, BackgroundColorChangedEventArgs eventArgs)
 {
     Gorgon.Screen.BackgroundColor = eventArgs.Color;
 }
コード例 #2
0
 public void ConfiguratorOnBackgroundColorChanged(object sender, BackgroundColorChangedEventArgs eventArgs)
 {
     Gorgon.Screen.BackgroundColor = eventArgs.Color;
 }