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

    Interface representing a texture manager that extends multiple interfaces.

    interface ISGROTextureManager {
        AddCookies(cookies: any): boolean;
        AddHeader(name: string, value: string): boolean;
        CancelRequest(req: any): any;
        Cleanup(): any;
        ClearCookies(): any;
        EnableCookies(): any;
        GetCookies(domain: string, path: string): any;
        GetMessagePort(): any;
        InitClientCertificates(): boolean;
        RequestTexture(req: any): any;
        SetCertificatesDepth(depth: number): any;
        SetCertificatesFile(path: string): boolean;
        SetHeaders(nameValueMap: any): boolean;
        SetMessagePort(port: any): any;
        UnloadBitmap(url: string): any;
    }

    Hierarchy (View Summary)

    Index

    Methods