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