Enum Statics.GraphSearchStatus
The status of a graph search algorithm.
Namespace: Towel
Assembly: Towel.dll
Syntax
public enum GraphSearchStatus : int
Fields
| Name | Description |
|---|---|
| Break | Graph search was broken. |
| Continue | Graph search was not broken. |
| Goal | Graph search found the goal. |