UNPKG

@petkoneo/phaser3-rex-plugins

Version:
6 lines (5 loc) 157 B
const FrameClass = Phaser.Textures.Frame; var IsFrameObject = function (object) { return (object instanceof FrameClass); } export default IsFrameObject;