* Performs cleanup tasks.
()
| 401 | */ |
| 402 | |
| 403 | dispose() { |
| 404 | |
| 405 | this.originalMaterials.clear(); |
| 406 | this.disposeMaterials(); |
| 407 | |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * Indicates whether the override material workaround is enabled. |
nothing calls this directly
no test coverage detected