A callback that executes anytime the WFC has new progress. Progress elements can represent a module being removed, or a module being selected, an error, or a general propagation of data.
public BrewedInk.WFC.WFCProgressObserver OnProgress(System.Action<BrewedInk.WFC.WFCProgress> onProgress);
onProgress System.Action<WFCProgress>
A callback to run on progress
WFCProgressObserver
The same WFCProgressObserver