UNPKG

@petkoneo/phaser3-rex-plugins

Version:
4 lines 163 B
var MaskToGameObject = function (mask) { return (mask.hasOwnProperty('geometryMask')) ? mask.geometryMask : mask.bitmapMask; } export default MaskToGameObject;