Interface IDefaultsSettings
Gets or sets settings for various defaults.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IDefaultsSettings
Properties
| Improve this Doc View SourceDialog
Gets or sets default settings to control how dialogs look and behave.
Declaration
IDialogSettings Dialog { get; set; }
Property Value
Type | Description |
---|---|
IDialogSettings |
Fonts
Gets or sets the default fonts to be used in the game.
Declaration
IDefaultFonts Fonts { get; set; }
Property Value
Type | Description |
---|---|
IDefaultFonts |
MessageBox
Gets or sets the default settings for showing message boxes (like Display, Yes/No prompts, etc).
Declaration
IMessageBoxSettings MessageBox { get; set; }
Property Value
Type | Description |
---|---|
IMessageBoxSettings | The message box. |
Skin
Gets or sets the default skin (which applies a consistent look to GUIs).
Declaration
ISkin Skin { get; set; }
Property Value
Type | Description |
---|---|
ISkin | The skin. |