Version: 2023.1
public int maximumVisibleLights ;

描述

此参数控制允许多少光线可见。

Default is set to unlimited (-1).

If this parameter has a value other than -1, Unity does not render lights in excess of that value.

Unity avoids culling lights that contribute significantly to the lighting result. When there are more lights in the Scene than allowed by this parameter, Unity renders Directional lights first, then the lights closest to the camera, proceeding away from the camera until it reaches the light limit.