UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 151 B
import { DIRTY, DirtyComponent } from "./DirtyComponent"; export function SetDirtyChildCache(id) { DirtyComponent.data[id][DIRTY.CHILD_CACHE] = 1; }