UNPKG

phaser4-rex-plugins

Version:
7 lines (6 loc) 231 B
var GetCellTLX = function (colIdx) { var ox = (this.scrollMode === 0) ? this.topLeftX : this.topLeftY; var x = this.tableOX + this.table.colIndexToWidth(0, colIdx - 1) + ox; return x; } export default GetCellTLX;