* Set the current painting brush option.
(brushOption: BrushCoverCreatorConfig)
| 218 | * Set the current painting brush option. |
| 219 | */ |
| 220 | setBrushOption(brushOption: BrushCoverCreatorConfig): void { |
| 221 | this.brushOption = generateBrushOption(this.option, brushOption); |
| 222 | this.brushType = this.brushOption.brushType; |
| 223 | } |
| 224 | |
| 225 | } |
| 226 |
no test coverage detected