UNPKG
@willyuum/pixi-gameobject-system
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.3
github.com/WillYuum/pixi-gameobject-system
WillYuum/pixi-gameobject-system
@willyuum/pixi-gameobject-system
/
dist
/
index.d.ts
4 lines
(3 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./Component"
;
export
*
from
"./GameObject"
;
export
declare
const
UpdateComponents
:
(
deltaTime
:
number
) =>
void
;