UNPKG

phaser4-rex-plugins

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