UNPKG

@phaserjs/phaser

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