hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for texture request configuration.

    interface ISGITextureRequest {
        GetId(): number;
        GetState(): number;
        SetAsync(async: boolean): any;
        SetScaleMode(mode: number): any;
        SetSize(width: number, height: number): any;
    }

    Hierarchy (View Summary)

    Index

    Methods