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.