UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 164 B
import { GetParentID } from "./GetParentID"; import { GetWorldID } from "./GetWorldID"; export function IsRoot(id) { return GetWorldID(id) === GetParentID(id); }