Show / Hide Table of Contents

Interface IScriptableBakedReflectionSystemStageNotifier

Namespace: UnityEditor.Experimental.Rendering
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
Type Name Description
Int32 stage
String progressMessage
Single progress
| 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

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX