Interface IScriptableBakedReflectionSystem
Assembly: UnityEditor.dll
Syntax
public interface IScriptableBakedReflectionSystem : IDisposable
Properties
|
Improve this Doc
View Source
stageCount
Declaration
Property Value
|
Improve this Doc
View Source
stateHash
Declaration
Hash128 stateHash { get; }
Property Value
Methods
|
Improve this Doc
View Source
BakeAllReflectionProbes()
Declaration
bool BakeAllReflectionProbes()
Returns
|
Improve this Doc
View Source
Cancel()
Declaration
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
SynchronizeReflectionProbes()
Declaration
void SynchronizeReflectionProbes()
|
Improve this Doc
View Source
Tick(SceneStateHash, IScriptableBakedReflectionSystemStageNotifier)
Declaration
void Tick(SceneStateHash sceneStateHash, IScriptableBakedReflectionSystemStageNotifier handle)
Parameters
Extension Methods