* force the redraw (not update) of all objects
()
| 810 | * force the redraw (not update) of all objects |
| 811 | */ |
| 812 | repaint(): void { |
| 813 | this.isDirty = true; |
| 814 | } |
| 815 | |
| 816 | /** |
| 817 | * Pause the current stage. Convenience proxy for {@link state.pause}. |
no outgoing calls
no test coverage detected