@kognifai/cogsengine
    Preparing search index...

    Interface TextureUrlOptions

    Common Interface for url-based Texture fetching

    interface TextureUrlOptions {
        crossOrigin?: string;
        texture?: TextureResource;
        textureLoadFlags?: TextureLoadFlags;
    }

    Hierarchy (View Summary)

    Index

    Properties

    crossOrigin?: string

    A string which specifies the Cross-Origin Resource Sharing (CORS) setting to use when retrieving the image. Used only for Resources.loadCubeTextureUrl Other texture CORS settings should be applied loading resource in fetchHandler

    texture?: TextureResource

    If set, recycle this texture instead of creating a new texture

    textureLoadFlags?: TextureLoadFlags

    TextureLoadFlags bit flags