Version: 2021.1
LanguageEnglish
  • C#

ShaderUtil.GetCustomEditorForRenderPipeline

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static string GetCustomEditorForRenderPipeline(Shader shader, Type renderPipelineType);

Declaration

public static string GetCustomEditorForRenderPipeline(Shader shader, string renderPipelineType);

Parameters

renderPipelineType The render pipeline asset type.
shader The shader to check against.

Returns

string Returns the full class name of the custom editor.

Description

Gets the shader's custom editor class name for a specific render pipeline asset type.