Field OnFileSaveProgress
- Namespace
- Moments
- Assembly
- GrindFest.dll
Called by each worker thread every time a frame is processed during the save process. The first parameter holds the worker ID and the second one a value in range [0;1] for the actual progress. This callback is probably not thread-safe, use at your own risks.
public Action<int, float> OnFileSaveProgress