mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Fixed #2899
This commit is contained in:
parent
3dc8fc23b8
commit
f3d57449c6
1 changed files with 11 additions and 0 deletions
11
v2-community/typescript/pixi.d.ts
vendored
11
v2-community/typescript/pixi.d.ts
vendored
|
@ -1005,6 +1005,17 @@ declare module PIXI {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export class SpriteBatch extends DisplayObjectContainer {
|
||||||
|
|
||||||
|
constructor(texture?: Texture);
|
||||||
|
|
||||||
|
ready: boolean;
|
||||||
|
textureThing: Texture;
|
||||||
|
|
||||||
|
initWebGL(gl: WebGLRenderingContext): void;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
export class SpriteSheetLoader implements Mixin {
|
export class SpriteSheetLoader implements Mixin {
|
||||||
|
|
||||||
constructor(url: string, crossorigin?: boolean);
|
constructor(url: string, crossorigin?: boolean);
|
||||||
|
|
Loading…
Reference in a new issue