Class AdditionalGIBakeRequestsManager
A manager to enqueue extra probe rendering outside of probe volumes.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class AdditionalGIBakeRequestsManager
Properties
Name | Description |
---|---|
instance | Get the manager that governs the additional light probe rendering requests. |
Methods
Name | Description |
---|---|
DequeueRequest(int) | Dequeue a request for probe rendering. |
EnqueueRequest(Vector3, int) | Enqueue a request for probe rendering at the specified location. |
RetrieveProbeSH(int, out SphericalHarmonicsL2, out Vector3) | Retrieve the result of a capture request, it will return false if the request has not been fulfilled yet or the request ID is invalid. |
UpdatePositionForRequest(int, Vector3) | Update the capture location for the probe request. |