Version: 2022.2

ScriptableRenderContext.QueryRendererListStatus

切换到手册
public Rendering.RendererListStatus QueryRendererListStatus (Rendering.RendererList rendererList);

参数

rendererList The RendererList to query.

返回

RendererListStatus Returns the status of the RendererList.

描述

Queries the status of a RendererList.

You can use this command to expose information about the visible GameObjects before recording any rendering commands in a command buffer. For example, by querying the status of a RendererList that includes only transparent GameObjects, the application can know if any transparent GameObjects are visible in the current view and, if not, skip the setup of any rendering passes required to draw them.

Before querying a RendererList for its status, the application should first call ScriptableRenderContext.PrepareRendererListsAsync.