* Dispose. * @returns {boolean} True if and only if disposed by this call.
()
| 238 | * @returns {boolean} True if and only if disposed by this call. |
| 239 | */ |
| 240 | dispose() { |
| 241 | if (!this.disposed) { |
| 242 | this.reset(); |
| 243 | |
| 244 | return true; |
| 245 | } |
| 246 | |
| 247 | return false; |
| 248 | } |
| 249 | |
| 250 | /** |
| 251 | * Destroy. |