PixelCrushers.DialogueSystem.DisplaySettings.BarkSettings Class Reference

Public Member Functions

 BarkSettings ()
 
 BarkSettings (BarkSettings source)
 

Public Attributes

bool allowBarksDuringConversations = true
 Set true to allow barks to play during conversations.
 
float barkCharsPerSecond = 0
 Show barks for this many characters per second.
 
float minBarkSeconds = 0
 Show barks for at least this many seconds.
 
string defaultBarkSequence = string.Empty
 If non-blank, play this sequence with barks that don't specify their own Sequence.
 

Constructor & Destructor Documentation

◆ BarkSettings() [1/2]

PixelCrushers.DialogueSystem.DisplaySettings.BarkSettings.BarkSettings ( )
inline

◆ BarkSettings() [2/2]

PixelCrushers.DialogueSystem.DisplaySettings.BarkSettings.BarkSettings ( BarkSettings  source)
inline

Member Data Documentation

◆ allowBarksDuringConversations

bool PixelCrushers.DialogueSystem.DisplaySettings.BarkSettings.allowBarksDuringConversations = true

Set true to allow barks to play during conversations.

◆ barkCharsPerSecond

float PixelCrushers.DialogueSystem.DisplaySettings.BarkSettings.barkCharsPerSecond = 0

Show barks for this many characters per second.

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

◆ defaultBarkSequence

string PixelCrushers.DialogueSystem.DisplaySettings.BarkSettings.defaultBarkSequence = string.Empty

If non-blank, play this sequence with barks that don't specify their own Sequence.

◆ minBarkSeconds

float PixelCrushers.DialogueSystem.DisplaySettings.BarkSettings.minBarkSeconds = 0

Show barks 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: