Version: 2021.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.