GtfDdsSharp GtfDdsSharp
GtfDdsSharp GtfDdsSharp
DocFX + Singulink = ♥

Search Results for

    Property this

    this[int]

    Gets the texture at the specified index.

    Declaration
    public GtfTexture this[int index] { get; }
    Parameters
    Type Name Description
    int index

    The zero-based index of the texture to get.

    Property Value
    Type Description
    GtfTexture

    The texture at the specified index.

    Implements
    IReadOnlyList<T>.this[int]