struct in UnityEngine.Experimental.Rendering
在 CullResults 中控制剔除过程的参数。
典型的用例是计算 Camera 数据中的剔除参数,请参阅 CullResults.GetCullingParameters。
cullingMask | Layer mask used for culling. |
cullingMatrix | World to clip space matrix. |
cullingPlaneCount | 要使用的剔除平面数量。 |
isOrthographic | True if camera is orthographic (this affects LOD culling). |
lodParameters | LODGroup 剔除参数。 |
position | 摄像机位置。 |
reflectionProbeSortOptions | 可见反射探针排序选项。 |
shadowDistance | Realtime shadows distance. |
GetCullingPlane | Get a culling plane. |
GetLayerCullDistance | Get per-layer culling distance. |
SetCullingPlane | Set a culling plane. |
SetLayerCullDistance | Set per-layer culling distance. |