Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RenderPipelineEditorUtility.GetPipelineTypeFromPipelineAssetType

Declaration

public static Type GetPipelineTypeFromPipelineAssetType(Type pipelineAssetType);

Parameters

pipelineAssetType A valid RenderPipelineAsset type.

Returns

Type The RenderPipeline type that is used to define the RenderPipelineAsset type.

Description

Given a RenderPipelineAsset type, returns the corresponding RenderPipeline type.