phaser3-rex-plugins-types
Version:
[](https://www.npmjs.com/package/phaser3-rex-plugins-types) [](https://github.com/prettier/prettier) [![B
8 lines (6 loc) • 342 B
TypeScript
declare module 'phaser3-rex-plugins/plugins/gameobjects/containerlite/GetParent' {
export function GetParent(gameObject: Phaser.GameObjects.GameObject): Phaser.GameObjects.GameObject | undefined;
export function GetTopmostParent(
gameObject: Phaser.GameObjects.GameObject,
): Phaser.GameObjects.GameObject | undefined;
}