In Unity 2, each light object had a ShadowConstantBias and a ShadowObjectSizeBias. Now, in Unity 3, each light just has a Bias.
I need to set this bias from a script, but can't figure out how to do so. Inspecting UnityEngine.dll didn't turn up anything useful.
To what internal Unity var is each light's Bias gui slider linked?