Exemplo n.º 1
0
 void UpdateBackgroundTransparency()
 {
     LogConsoleSettings.Instance.backgroundTransparency = _backgroundTransparency;
     EventBridge.NotifyBackgroundTransparencyChanged();
 }
Exemplo n.º 2
0
 void UpdateShowTimestamp()
 {
     LogConsoleSettings.Instance.showTimestamp = _showTimestamp;
     EventBridge.NotifyTimestampVisibilityChanged();
 }
Exemplo n.º 3
0
 void UpdateShowChannel()
 {
     LogConsoleSettings.Instance.showLogChannel = _showChannel;
     EventBridge.NotifyChannelVisibilityChanged();
 }
Exemplo n.º 4
0
 void UpdateShowFPS()
 {
     LogConsoleSettings.Instance.showFPS = _showFPS;
     EventBridge.NotifyFPSVisibilityChanged();
 }