pixi.js
Website
GitHub
Discord
Preparing search index...
loadDDS
Variable loadDDS
Const
Advanced
loadDDS
:
{
extension
:
{
name
:
string
;
priority
:
LoaderParserPriority
;
type
:
LoadParser
;
}
;
name
:
string
;
load
<
T
>
(
url
:
string
,
_asset
:
ResolvedAsset
,
loader
:
Loader
,
)
:
Promise
<
Texture
<
TextureSource
<
any
>
>
|
Texture
<
TextureSource
<
any
>
>
[]
>
;
test
(
url
:
string
)
:
boolean
;
unload
(
texture
:
Texture
<
TextureSource
<
any
>
>
|
Texture
<
TextureSource
<
any
>
>
[]
,
)
:
void
;
}
= ...
Loads DDS textures.
Type declaration
extension
:
{
name
:
string
;
priority
:
LoaderParserPriority
;
type
:
LoadParser
}
name
:
string
load
:
function
load
<
T
>
(
url
:
string
,
_asset
:
ResolvedAsset
,
loader
:
Loader
,
)
:
Promise
<
Texture
<
TextureSource
<
any
>
>
|
Texture
<
TextureSource
<
any
>
>
[]
>
Type Parameters
T
Parameters
url
:
string
_asset
:
ResolvedAsset
loader
:
Loader
Returns
Promise
<
Texture
<
TextureSource
<
any
>
>
|
Texture
<
TextureSource
<
any
>
>
[]
>
test
:
function
test
(
url
:
string
)
:
boolean
Parameters
url
:
string
Returns
boolean
unload
:
function
unload
(
texture
:
Texture
<
TextureSource
<
any
>
>
|
Texture
<
TextureSource
<
any
>
>
[]
,
)
:
void
Parameters
texture
:
Texture
<
TextureSource
<
any
>
>
|
Texture
<
TextureSource
<
any
>
>
[]
Returns
void
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
Website
GitHub
Discord
pixi.js
Loading...
Loads DDS textures.