Table of Contents

Class DialogsSettings

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

string

DefaultTypingSpeed

public float DefaultTypingSpeed { get; set; }

Property Value

float

DialogActionRepeatDelay

public float DialogActionRepeatDelay { get; set; }

Property Value

float

Instance

public static DialogsSettings Instance { get; }

Property Value

DialogsSettings

MaxRetryAttempts

public int MaxRetryAttempts { get; set; }

Property Value

int

UseTypingEffect

public bool UseTypingEffect { get; set; }

Property Value

bool