Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightRenderMode

How the Light is rendered.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum LightRenderMode

Remarks

Additional Resources: light component.

Fields

Value

Description

AutoAutomatically choose the render mode.
ForcePixelForce the Light to be a pixel light.
ForceVertexForce the Light to be a vertex light.