LightRenderMode.AutoLightRenderMode.AutoDescriptionAutomatically choose the render mode. This chooses whether to render the Light as a pixel or vertex light (recommended and default). See Also: light component.
JavaScript
// Set light's render mode to automatic using UnityEngine; import UnityEngine |
