forceVisible
Force a light to be visible even if outside the view frustum.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool forceVisible { get; set; }
Remarks
This is used for with system that require to get lights not cull by the view frustum such as realtime GI system.