UNPKG

@megavr/ecsy-babylon

Version:

babylon.js ecsy binding and helpers

10 lines (9 loc) 222 B
/** * @hidden * Hack on ecsy to get World instance from system itself. * @param system A registered ecsy System class * @returns ecsy world */ export function getWorld(system) { return system["world"]; }