ScriptableRuntimeReflectionSystem
Empty implementation of IScriptableRuntimeReflectionSystem.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
- Implements: IScriptableRuntimeReflectionSystem, IDisposable
public abstract class ScriptableRuntimeReflectionSystem : IScriptableRuntimeReflectionSystem, IDisposable
Remarks
Use this class as a base class and override its methods to implement your own ScriptableRuntimeReflectionSystem.
Methods
Method | Description |
|---|---|
| TickRealtimeProbes | Update the reflection probes. |