Optional
alphaAlpha mode used when creating the ImageBitmap.
Optional
autoStart loading process automatically when constructed.
Optional
crossLoad image using cross origin.
Optional
ownsWhether the underlying ImageBitmap is owned by the PIXI.ImageBitmapResource. When set to true
,
the underlying ImageBitmap will be disposed automatically when disposing PIXI.ImageBitmapResource.
If this option is not set, whether it owns the underlying ImageBitmap is determained by the type of source
used when constructing PIXI.ImageBitmapResource:
source
is ImageBitmap
, the underlying ImageBitmap is not owned by default.source
is string
(a URL), the underlying ImageBitmap is owned by default.PIXI.ImageBitmapResource.ownsImageBitmap
Generated using TypeDoc
Options for ImageBitmapResource.
Memberof
PIXI