UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 127 B
export function SetName(name, ...children) { children.forEach((child) => { child.name = name; }); return children; }