realtimeDirectRectangularAreaLights
Is the current render pipeline capable of rendering direct lighting for rectangular area Lights?
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public static bool realtimeDirectRectangularAreaLights { get; set; }
Remarks
The current render pipeline can use this property to indicate that it is capable of rendering direct lighting for rectangular area Lights. If it is false, direct lighting for rectangular area Lights is assumed to be baked..
Additional Resources: GraphicsSettings.defaultRenderPipeline.