Show / Hide Table of Contents

    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 Source

    Dialog

    Gets or sets default settings to control how dialogs look and behave.

    Declaration
    IDialogSettings Dialog { get; set; }
    Property Value
    Type Description
    IDialogSettings
    | Improve this Doc View Source

    Fonts

    Gets or sets the default fonts to be used in the game.

    Declaration
    IDefaultFonts Fonts { get; set; }
    Property Value
    Type Description
    IDefaultFonts
    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX