Version: 2017.1
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.CullingParameters cullingParameters);

参数

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

返回

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

描述

获取摄像机的剔除参数。

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

See Also: Cull, CullingParameters.