Version: 2023.2

RenderPipeline.SupportsRenderRequest

切换到手册
public static bool SupportsRenderRequest (Camera camera, RequestData data);

描述

Query the active render pipeline to check support for the given RequestData type.

By default this returns false unless the active render pipeline overrides RenderPipeline.IsRenderRequestSupported.

Additional resources: RenderPipeline.SubmitRenderRequest.