Version: 2023.2
言語: 日本語
public static bool IsTypeSupportedOnRenderPipeline (Type type, Type renderPipelineAssetType);

パラメーター

type The type you want to check.
renderPipelineAssetType RenderPipelineAsset type.

戻り値

bool Returns true if the provided type is supported on the provided RenderPipelineAsset type.

説明

Use this method to determine whether a type has the SupportedOnRenderPipelineAttribute attribute and determine whether a RenderPipelineAsset type supports that attribute.