UNPKG

@phaserjs/phaser

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