Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BakeProgressState

class in UnityEngine.LightTransport

Description

Interface for progress reporting.

This interface reports progress for an ongoing asynchronous bake operation and provides a method to request the cancellation of the operation.

Constructors

BakeProgressStateConstructor.

Public Methods

CancelCancel the asynchronous operation.
DisposeDispose the BakeProgressState object.
ProgressGet the progress value.