Experimental: this API is experimental and might be changed or removed in the future.

CullResults.GetCullingParameters

切换到手册
public static bool GetCullingParameters (Camera camera, out Experimental.Rendering.ScriptableCullingParameters cullingParameters);
public static bool GetCullingParameters (Camera camera, bool stereoAware, out Experimental.Rendering.ScriptableCullingParameters cullingParameters);

参数

camera要获取其参数的摄像机。
cullingParameters生成的剔除参数。
stereoAware生成单通道立体声的感知剔除参数。

返回

bool 指示剔除参数是否有效的标志。

描述

获取摄像机的剔除参数。

如果要渲染的摄像机无效(视口矩形为空、裁剪面设置无效等),则返回 false。

stereoAwaretrue 且单通道立体声已启用时,在生成的剔除参数中考虑左右立体视线。

另请参阅:Cull、CullingParameters、ScriptableRenderContext.SetupCameraPropertiesScriptableRenderContext.StartMultiEyeScriptableRenderContext.StopMultiEyeScriptableRenderContext.StereoEndRender