pixi-jsFunctions
Function: setBasisTranscoderPath()
> setBasisTranscoderPath(config): void
Defined in: node_modules/pixi.js/lib/compressed-textures/basis/utils/setBasisTranscoderPath.d.ts:18
Sets the Basis transcoder paths. This allows you to override the default paths for the Basis transcoder files.
Parameters
config
Partial<typeof basisTranscoderUrls>
The configuration object containing the new paths.
Returns
void