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 |
|---|---|
| Auto | Automatically choose the render mode. |
| ForcePixel | Force the Light to be a pixel light. |
| ForceVertex | Force the Light to be a vertex light. |