UNPKG

@phaserjs/phaser

Version:
3 lines 212 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function AddChildBefore<T extends IGameObject, C extends IGameObject>(before: T, child: C): C; //# sourceMappingURL=AddChildBefore.d.ts.map