PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings Class Reference

Public Attributes

bool allowAlertsDuringConversations = false
 Set true to allow the dialogue UI to show alerts during conversations. More...
 
float alertCheckFrequency = 0f
 How often to check if the Lua Variable['Alert'] has been set. More...
 
float alertCharsPerSecond = 0
 Show alerts for this many characters per second. More...
 
float minAlertSeconds = 0
 Show alerts for at least this many seconds. More...
 

Member Data Documentation

◆ alertCharsPerSecond

float PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.alertCharsPerSecond = 0

Show alerts for this many characters per second.

If zero, use Subtitle Settings > Subtitle Chars Per Second.

◆ alertCheckFrequency

float PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.alertCheckFrequency = 0f

How often to check if the Lua Variable['Alert'] has been set.

To disable automatic monitoring, set this to 0.

◆ allowAlertsDuringConversations

bool PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.allowAlertsDuringConversations = false

Set true to allow the dialogue UI to show alerts during conversations.

◆ minAlertSeconds

float PixelCrushers.DialogueSystem.DisplaySettings.AlertSettings.minAlertSeconds = 0

Show alerts for at least this many seconds.

If zero, use Subtitle Settings > Min Subtitle Seconds.


The documentation for this class was generated from the following file: