Show / Hide Table of Contents

    Interface ITexture

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

    Properties

    | Improve this Doc View Source

    Config

    Gets the configuration of the texture (scaling filter, should the texture be tiled or not).

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

    ID

    Gets the texture identifier.

    Declaration
    int ID { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX