Lightmapping.GIWorkflowMode
Workflow mode for lightmap baking. Default is Iterative.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum Lightmapping.GIWorkflowMode
Fields
Value | Description |
|---|---|
| Iterative | This property is now obsolete. Use LightingSettings.autoGenerate. |
| Legacy | Deprecated 4.x lightmapping support. |
| OnDemand | This property is now obsolete. Use LightingSettings.autoGenerate. |