Show / Hide Table of Contents

    Interface ITextureConfig

    Various configurations for a texture.

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

    Properties

    | Improve this Doc View Source

    ScaleDownFilter

    Which filters will be used to scale down the texture if needed?

    Declaration
    ScaleDownFilters ScaleDownFilter { get; }
    Property Value
    Type Description
    ScaleDownFilters
    | Improve this Doc View Source

    ScaleUpFilter

    Which filters will be used to scale up the texture if needed?

    Declaration
    ScaleUpFilters ScaleUpFilter { get; }
    Property Value
    Type Description
    ScaleUpFilters
    | Improve this Doc View Source

    WrapX

    How would the texture be wrapped to match the image on its horizontal axis? ITextureOffsetComponent

    Declaration
    TextureWrap WrapX { get; }
    Property Value
    Type Description
    TextureWrap
    | Improve this Doc View Source

    WrapY

    How would the texture be wrapped to match the image on its vertical axis? ITextureOffsetComponent

    Declaration
    TextureWrap WrapY { get; }
    Property Value
    Type Description
    TextureWrap
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX