Version: 2020.1
언어: 한국어
public void GetCullingParameters (Camera camera, int cullingPassIndex, out Rendering.ScriptableCullingParameters scriptableCullingParameters);

파라미터

camera Camera for the basis of the culling view and frustum.
cullingPassIndex Index of the culling pass obtained from XRRenderPass.cullingPassIndex.
scriptableCullingParameters Scriptable culling parameters to populate.

설명

Gets culling parameters for a specific culling pass index.

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