mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Quick bug fix
This commit is contained in:
6
types/pixi.js/index.d.ts
vendored
6
types/pixi.js/index.d.ts
vendored
@@ -2553,12 +2553,18 @@ declare namespace PIXI {
|
||||
|
||||
protected maxItemsPerFrame: number;
|
||||
protected itemsLeft: number;
|
||||
|
||||
beginFrame(): void;
|
||||
allowedToUpload(): boolean;
|
||||
}
|
||||
class TimeLimiter {
|
||||
constructor(maxMilliseconds: number);
|
||||
|
||||
protected maxMilliseconds: number;
|
||||
protected frameStart: number;
|
||||
|
||||
beginFrame(): void;
|
||||
allowedToUpload(): boolean;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user