Class LightProbeVolumeArray
Namespace: ValveResourceFormat.Renderer.Buffers
Assembly: Renderer.dll
Uniform buffer array containing all light probe volume data.
csharp
public class LightProbeVolumeArrayInheritance
object ← LightProbeVolumeArray
Fields
MAX_PROBES
Maximum number of light probe volumes supported per scene.
csharp
public const int MAX_PROBES = 128Field Value
Probes
Array of light probe volume data entries.
csharp
public LightProbeVolume[] Probes
