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:
Matthew Lahmann
2016-06-13 07:41:05 -07:00
committed by Masahiro Wakame
parent aa8f544267
commit 4e6d9cc32c

View File

@@ -504,6 +504,7 @@ declare namespace PIXI {
view?: HTMLCanvasElement;
transparent?: boolean;
antialias?: boolean;
autoResize?: boolean;
resolution?: number;
clearBeforeRendering?: boolean;
preserveDrawingBuffer?: boolean;