* @function LevelRenderer.Tool.Util.prototype.getPixelOffset * @description 获取像素canvas的偏移量。 * @return {Object} 偏移量。
()
| 235 | * @return {Object} 偏移量。 |
| 236 | */ |
| 237 | getPixelOffset() { |
| 238 | return { |
| 239 | x: this._offsetX, |
| 240 | y: this._offsetY |
| 241 | }; |
| 242 | } |
| 243 | |
| 244 | |
| 245 | /** |
no outgoing calls
no test coverage detected