* @function LevelRenderer.Shape.prototype.modSelf * @description 图形发生改变
()
| 783 | * @description 图形发生改变 |
| 784 | */ |
| 785 | modSelf() { |
| 786 | this.__dirty = true; |
| 787 | if (this.style) { |
| 788 | this.style.__rect = null; |
| 789 | } |
| 790 | if (this.highlightStyle) { |
| 791 | this.highlightStyle.__rect = null; |
| 792 | } |
| 793 | } |
| 794 | |
| 795 | |
| 796 | /** |
no outgoing calls
no test coverage detected