Implements
- {PIXI.ILoaderPlugin}
Classes
Methods
Transcodes the *.basis data when the data is loaded. If the transcoder is not bound yet, it will hook transcoding to BasisResource#onTranscoderInitialized.
Name | Type | Description |
---|---|---|
resource |
PIXI.LoaderResource |
loader resource that is checked to see if it is a basis file |
next |
(...args: any[]) => void |
callback Function to call when done |
- See:
-
- PIXI.Loader.loaderMiddleware