UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 242 B
import { GameObjectCache } from "../../gameobjects/GameObjectCache"; import { GetWorldID } from "./GetWorldID"; export function GetWorldFromParentID(parentID) { const worldID = GetWorldID(parentID); return GameObjectCache.get(worldID); }