Class RenderJobUtilities
Utilities for render jobs
Inherited Members
Namespace: UnityEngine.Industrial.Rendering.CoreApi
Syntax
public static class RenderJobUtilities
Methods
Parse(String)
Parse text to render job Ex: w=1920,p=Aviera_2020%20Product,view=wide_street_2,features=CarPaint_Aqua+EXT_Rear_Spoiler_Down w=width (px) h=height (px) p=product v=view (a valid shot) f=features (feature codes '+' separated) s=stage c=camera
Declaration
public static IRenderJob Parse(string data)
Parameters
| Type | Name | Description |
|---|---|---|
| String | data | 'query' string |
Returns
| Type | Description |
|---|---|
| IRenderJob | Render job |