UNPKG
gstats
Version:
latest (0.1.0)
0.1.0
0.0.1
Show DrawCalls, FPS, Texture Count on PIXI, Phaser projects
gstats
/
dist
/
StatJSAdapter.d.ts
11 lines
(10 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
BaseHooks
from
'./BaseHooks'
;
export
default
class
StatsJSAdapter
{
stats
:
any
;
dcPanel
?:
any
;
tcPanel
?:
any
;
hook
:
BaseHooks
;
constructor
(
_hook
:
BaseHooks
,
_stats
?:
any
);
update
():
void
;
reset
():
void
; }