Show / Hide Table of Contents

Class ScriptableBakedReflectionSystem

Inheritance
Object
ScriptableBakedReflectionSystem
Implements
IScriptableBakedReflectionSystem
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.Rendering
Assembly: UnityEditor.dll
Syntax
public abstract class ScriptableBakedReflectionSystem : IScriptableBakedReflectionSystem, IDisposable

Constructors

| Improve this Doc View Source

ScriptableBakedReflectionSystem(Int32)

Declaration
protected ScriptableBakedReflectionSystem(int stageCount)
Parameters
Type Name Description
Int32 stageCount

Properties

| Improve this Doc View Source

stageCount

Declaration
public int stageCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

stateHash

Declaration
public Hash128 stateHash { get; protected set; }
Property Value
Type Description
Hash128

Methods

| Improve this Doc View Source

BakeAllReflectionProbes()

Declaration
public virtual bool BakeAllReflectionProbes()
Returns
Type Description
Boolean
| Improve this Doc View Source

Cancel()

Declaration
public virtual void Cancel()
| Improve this Doc View Source

Clear()

Declaration
public virtual void Clear()
| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing
| Improve this Doc View Source

SynchronizeReflectionProbes()

Declaration
public virtual void SynchronizeReflectionProbes()
| Improve this Doc View Source

Tick(SceneStateHash, IScriptableBakedReflectionSystemStageNotifier)

Declaration
public virtual void Tick(SceneStateHash sceneStateHash, IScriptableBakedReflectionSystemStageNotifier handle)
Parameters
Type Name Description
SceneStateHash sceneStateHash
IScriptableBakedReflectionSystemStageNotifier handle

Explicit Interface Implementations

| Improve this Doc View Source

IDisposable.Dispose()

Declaration
void IDisposable.Dispose()

Implements

IScriptableBakedReflectionSystem
System.IDisposable

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