Enum CoroutineStatus
The process for building the map runs through distinct stages. This enum is used to indicate which stage the coroutine is in this process.
Namespace: CarbideFunction.Wildtile
Syntax
public enum CoroutineStatus
Fields
| Name | Description |
|---|---|
| CompletedCellCollapse | |
| FoundCollapsableState | |
| PerfectCollapseFailed | |
| PerfectCollapseSucceeded | |
| Postprocessing | |
| Propagating | |
| RemovedRedundantWildcards |