UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 156 B
import { DIRTY, DirtyComponent } from "./DirtyComponent"; export function HasDirtyChildCache(id) { return !!DirtyComponent.data[id][DIRTY.CHILD_CACHE]; }