UNPKG

@phaserjs/phaser

Version:
3 lines 234 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function SortChildren<P extends IGameObject>(parent: P, propertyGetter: (child: IGameObject) => never): IGameObject[]; //# sourceMappingURL=SortChildren.d.ts.map