UNPKG

@petkoneo/phaser3-rex-plugins

Version:
7 lines (5 loc) 166 B
import Text from './Text.js'; var IsCanvasTextGameObject = function (gameObject) { return (gameObject instanceof Text); } export default IsCanvasTextGameObject;