UNPKG
@megavr/ecsy-babylon
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
babylon.js ecsy binding and helpers
github.com/megavr/ecsy-babylon
megavr/ecsy-babylon
@megavr/ecsy-babylon
/
packages
/
utils
/
worldUtils.d.ts
9 lines
(8 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
System
,
World
}
from
"ecsy"
;
/** *
@hidden
* Hack on ecsy to get World instance from system itself. *
@param
system A registered ecsy System class *
@returns
ecsy world */
export
declare
function
getWorld
(
system: System
):
World
;