Interface IScriptableBakedReflectionSystemStageNotifier
Assembly: UnityEditor.dll
Syntax
public interface IScriptableBakedReflectionSystemStageNotifier
Methods
|
Improve this Doc
View Source
EnterStage(Int32, String, Single)
Declaration
void EnterStage(int stage, string progressMessage, float progress)
Parameters
|
Improve this Doc
View Source
ExitStage(Int32)
Declaration
void ExitStage(int stage)
Parameters
Type |
Name |
Description |
Int32 |
stage |
|
|
Improve this Doc
View Source
SetIsDone(Boolean)
Declaration
void SetIsDone(bool isDone)
Parameters
Type |
Name |
Description |
Boolean |
isDone |
|
Extension Methods