Summary
Cancels all
MicroThread and clears the microThreads collection.
- Namespace
- StrideToolkit
.Engine - Containing Type
- Script
System Extensions
Syntax
public static void CancelAll(this ICollection<MicroThread> microThreads)
Parameters
| Name | Type | Description |
|---|---|---|
| microThreads | ICollection |
A collection of MicroThread to cancel. |
Return Value
| Type | Description |
|---|---|
| void |
