UNPKG

@phaserjs/phaser

Version:
3 lines 227 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function GetRandomChild<P extends IGameObject>(parent: P, startIndex?: number, length?: number): IGameObject; //# sourceMappingURL=GetRandomChild.d.ts.map