Initialize(IDeviceContext)
Initialize the IProbePostProcessor.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LightTransport.PostProcessing
- Assembly: UnityEngine.CoreModule
bool Initialize(IDeviceContext context)
Parameters
Device context.
Returns
Type | Description |
|---|---|
| bool | True if the initialization was successful. |
Remarks
Must be called before using the other methods provided by the interface.