Enum FailureMode
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public enum FailureMode
Fields
Name | Description |
---|---|
Cancel | If a failure occurs, don't output anything |
Last | If a failure occurs, output the progress so far |
LastGood | If a failure occurs, backtrack to the last safe point. |
Minimal | Examines the progress so far for the minimal set of tiles that cause an issue |