Version: 2023.2
言語: 日本語
public int maximumVisibleLights ;

説明

This parameter controls how many visible lights are allowed.

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.