Enum ConverterId
The converter to run in batch mode.
Namespace: UnityEditor.Rendering.Universal
Syntax
public enum ConverterId
Fields
Name | Description | Value |
---|---|---|
Material | Use this for the material converters. |
0 |
RenderSettings | Use this for the render settings converters. |
1 |
AnimationClip | Use this for the animation clip converters. |
2 |
ReadonlyMaterial | Use this for readonly material converters. |
3 |
PPv2 | Use this for post processing V2 converters. |
4 |
ParametricToFreeformLight | Use this for parametric to freeform light converters. |
5 |