Enum ConverterId
The converter to run in batch mode.
Namespace: UnityEditor.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public enum ConverterId
Fields
| Name | Description |
|---|---|
| AnimationClip | Use this for the animation clip converters. |
| Material | Use this for the material converters. |
| ParametricToFreeformLight | Use this for parametric to freeform light converters. |
| ReadonlyMaterial | Use this for readonly material converters. |
| ReadonlyMaterial2D | Use this for 2D material conversion |
| RenderSettings | Use this for the render settings converters. |
| URPToReadonlyMaterial2D | Use this for 3D URP material conversion |