LightRenderMode.ForceVertex

LightRenderMode.ForceVertex

Description

Force the Light to be a vertex light.

This option is good for background or distant lighting. See Also: light component.

JavaScript
    // Set light's render mode to vertex-lit
light.renderMode = LightRenderMode.ForceVertex;