UNPKG

@petkoneo/phaser3-rex-plugins

Version:
8 lines (6 loc) 246 B
var CreateInsertCursorChild = function (textObject) { var child = textObject.createCharChild('|'); // Use '|' to update render size child.text = ''; // Render empty string '' return child; } export default CreateInsertCursorChild;