Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 1.07 KB

File metadata and controls

15 lines (14 loc) · 1.07 KB

WFCProgressObserver.OnProgress(Action<WFCProgress>) Method

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);

Parameters

onProgress System.Action<WFCProgress>
A callback to run on progress

Returns

WFCProgressObserver
The same WFCProgressObserver