Interface IDialogSettings
Allows to set default settings to control how dialogs look and behave.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IDialogSettings
Properties
| Improve this Doc View SourceChosen
The default text configurations for showing dialog options after they have already been used before.
Declaration
ITextConfig Chosen { get; set; }
Property Value
Type | Description |
---|---|
ITextConfig |
Hovered
The default text configurations for showing dialog options when they're hovered on via the mouse.
Declaration
ITextConfig Hovered { get; set; }
Property Value
Type | Description |
---|---|
ITextConfig |
Idle
The default text configurations for showing dialog options when they're in their "normal" state.
Declaration
ITextConfig Idle { get; set; }
Property Value
Type | Description |
---|---|
ITextConfig |
RenderLayer
The default IRenderLayer used to display the dialogs (by default, this will be AGSLayers.Dialog).
Declaration
IRenderLayer RenderLayer { get; set; }
Property Value
Type | Description |
---|---|
IRenderLayer |