Version: 2022.3

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.

See Also: RenderPipeline.SubmitRenderRequest.