PrewarmSpinTexturesOptions
pixi-reels / index / PrewarmSpinTexturesOptions
Interface: PrewarmSpinTexturesOptions
Defined in: snapshot/SpinTextureCache.ts:260
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
blur? | MotionBlurOptions | Motion-blur tuning override (defaults to the cache’s). | snapshot/SpinTextureCache.ts:278 |
blurred? | boolean | Also bake the motion-blur variants. Default: true. | snapshot/SpinTextureCache.ts:276 |
cache | SpinTextureCache | The shared cache to fill. | snapshot/SpinTextureCache.ts:262 |
createSymbol | () => ReelSymbol | Factory for a scratch symbol used as the render source. Typically the same factory you registered (e.g. () => new SpineReelSymbol(opts)). It is activated per id, snapshotted, and destroyed at the end. | snapshot/SpinTextureCache.ts:270 |
height | number | Cell height the reels will use. | snapshot/SpinTextureCache.ts:274 |
ids | string[] | Every symbolId to bake. | snapshot/SpinTextureCache.ts:264 |
width | number | Cell width the reels will use. | snapshot/SpinTextureCache.ts:272 |