GetCustomEditorForRenderPipeline
Gets the shader's custom editor class name for a specific render pipeline asset type.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
GetCustomEditorForRenderPipeline(Shader, string)
Gets the shader's custom editor class name for a specific render pipeline asset type.
public static string GetCustomEditorForRenderPipeline(Shader shader, string renderPipelineType)
Parameters
Returns
Type | Description |
|---|---|
| string | Returns the full class name of the custom editor. |
GetCustomEditorForRenderPipeline(Shader, Type)
Gets the shader's custom editor class name for a specific render pipeline asset type.
public static string GetCustomEditorForRenderPipeline(Shader shader, Type renderPipelineType)
Parameters
Returns
Type | Description |
|---|---|
| string | Returns the full class name of the custom editor. |