UNPKG

phaser4-rex-plugins

Version:
13 lines (10 loc) 288 B
// import * as Phaser from 'phaser'; export function Show( gameObject: Phaser.GameObjects.GameObject ): void; export function Hide( gameObject: Phaser.GameObjects.GameObject ): void; export function IsShown( gameObject: Phaser.GameObjects.GameObject ): boolean;