mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Added autoResize to RenderOptions (#9601)
http://pixijs.github.io/docs/PIXI.WebGLRenderer.html If the render view is automatically resized, default false
This commit is contained in:
committed by
Masahiro Wakame
parent
aa8f544267
commit
4e6d9cc32c
1
pixi.js/pixi.js.d.ts
vendored
1
pixi.js/pixi.js.d.ts
vendored
@@ -504,6 +504,7 @@ declare namespace PIXI {
|
||||
view?: HTMLCanvasElement;
|
||||
transparent?: boolean;
|
||||
antialias?: boolean;
|
||||
autoResize?: boolean;
|
||||
resolution?: number;
|
||||
clearBeforeRendering?: boolean;
|
||||
preserveDrawingBuffer?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user