Show / Hide Table of Contents

    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 Source

    Chosen

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX