Show / Hide Table of Contents

    Interface IDisplayListSettings

    Controls what is shown on screen for this display list.

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IDisplayListSettings : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    DepthClipping

    Allows configuring depth clipping (i.e hiding objects if they are too close or too far from the camera).

    Declaration
    IDepthClipping DepthClipping { get; }
    Property Value
    Type Description
    IDepthClipping

    The depth clipping.

    | Improve this Doc View Source

    DisplayGUIs

    Should we display the GUIs?

    Declaration
    bool DisplayGUIs { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if display GUI; otherwise, false.

    | Improve this Doc View Source

    DisplayRoom

    Should we display the objects in the room?

    Declaration
    bool DisplayRoom { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if display room; otherwise, false.

    | Improve this Doc View Source

    RestrictionList

    Allows fine grain control over which entities will be displayed.

    Declaration
    IRestrictionList RestrictionList { get; }
    Property Value
    Type Description
    IRestrictionList

    The restriction list.

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