Version: 2019.4
public void GetCullingParameters (Camera camera, int cullingPassIndex, out Rendering.ScriptableCullingParameters scriptableCullingParameters);

パラメーター

camera Camera for the basis of the culling view and frustum.
cullingPassIndexIndex of the culling pass obtained from XRRenderPass.cullingPassIndex.
scriptableCullingParametersScriptable culling parameters to populate.

説明

Gets culling parameters for a specific culling pass index.

You can obtain a culling pass index from XRRenderPass.cullingPassIndex.