This version of Unity is unsupported.

SupportedOnRenderPipelineAttribute.GetSupportedMode

Declaration

public Rendering.SupportedOnRenderPipelineAttribute.SupportedMode GetSupportedMode(Type renderPipelineAssetType);

Parameters

renderPipelineAssetType The RenderPipelineAsset you want to check.

Returns

SupportedMode Whether the RenderPipelineAsset or its base RenderPipelineAsset supports the attribute.

Description

Use SupportedOnRenderPipelineAttribute.GetSupportedMode to find out whether a RenderPipelineAsset supports the attribute.