DetailRenderMode
Render mode for detail prototypes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.TerrainModule
public enum DetailRenderMode
Fields
Value | Description |
|---|---|
| Grass | The detail prototype will use the grass shader. |
| GrassBillboard | The detail prototype will be rendered as billboards that are always facing the camera. |
| VertexLit | Will show the prototype using diffuse shading. |