Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ShadowSplitData.cullingNearPlane

public float cullingNearPlane;

Description

The near plane distance that Unity uses to cull objects. Unity transforms the objects with ShadowSplitData.cullingMatrix, and then culls the ones that are farther than the near plane distance.