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

CullResults.GetCullingParameters

Switch to Manual
public static bool GetCullingParameters (Camera camera, out Experimental.Rendering.CullingParameters cullingParameters);

Parameters

camera 要获取其参数的摄像机。
cullingParameters Result culling parameters.

Returns

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

Description

获取摄像机的剔除参数。

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

See Also: Cull, CullingParameters.