How to use the phaser-ce/build/custom/pixi.DisplayObject function in phaser-ce

To help you get started, we’ve selected a few phaser-ce examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Raykid / Olympus / branches / phaserce / dist / PhaserCEBridge.js View on Github external
PhaserCEBridge.prototype.isMySkin = function (skin) {
        return skin instanceof PIXI.DisplayObject;
    };
    /**
github Raykid / Olympus / branches / phaserce / src / PhaserCEBridge.ts View on Github external
public isMySkin(skin:any):boolean
    {
        return skin instanceof PIXI.DisplayObject;
    }

phaser-ce

Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

MIT
Latest version published 2 years ago

Package Health Score

59 / 100
Full package analysis