Show / Hide Table of Contents

    Interface IDialogLayout

    Allows customizing how the dialog options will be layed out on the screen. The default will show them at the bottom of the screen.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IDialogLayout

    Methods

    | Improve this Doc View Source

    LayoutAsync(IObject, IList<IDialogOption>)

    Asynchronously lays out the dialog options on the screen..

    Declaration
    Task LayoutAsync(IObject dialogGraphics, IList<IDialogOption> options)
    Parameters
    Type Name Description
    IObject dialogGraphics

    The dialog background graphics.

    System.Collections.Generic.IList<IDialogOption> options

    The list of dialog options to show.

    Returns
    Type Description
    System.Threading.Tasks.Task

    The task to await.

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