class in UnityEngine.LightTransport
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseInterface for progress reporting.
This interface reports progress for an ongoing asynchronous bake operation and provides a method to request the cancellation of the operation.
Description | |
---|---|
BakeProgressState | Constructor. |
Description | |
---|---|
Cancel | Cancel the asynchronous operation. |
Dispose | Dispose the BakeProgressState object. |
IncrementCompletedWorkSteps | Increments the amount of completed work steps for this progress state. |
Progress | Get the progress value. |
SetTotalWorkSteps | Sets the total amount of work steps for the progress state. Increase the completed work steps using BakeProgressState.IncrementCompletedWorkSteps. |
WasCancelled | Checks whether the work represented by this progress state was cancelled. |