UNPKG

@phaserjs/phaser

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