Class DialogsSettings
- Namespace
- WitShells.DialogsManager
Settings for the Dialogs Manager system. Create via Assets > Create > WitShells > Dialogs Manager > Dialogs Settings.
public class DialogsSettings : ScriptableObject
- Inheritance
-
DialogsSettings
Properties
DefaultSubtitleTextId
The default subtitle text ID to use if none is specified in the dialog.
public string DefaultSubtitleTextId { get; set; }
Property Value
DefaultTypingSpeed
public float DefaultTypingSpeed { get; set; }
Property Value
DialogActionRepeatDelay
public float DialogActionRepeatDelay { get; set; }
Property Value
Instance
public static DialogsSettings Instance { get; }
Property Value
MaxRetryAttempts
public int MaxRetryAttempts { get; set; }
Property Value
UseTypingEffect
public bool UseTypingEffect { get; set; }