Select your preferred scripting language. All code snippets will be displayed in this language.
struct in UnityEngine.Experimental.Rendering
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseParameters controlling culling process in CullResults.
Typical use case is to compute culling parameters from Camera data, see CullResults.GetCullingParameters.
cameraProperties | Camera Properties used for culling. |
cullingFlags | Culling Flags for the culling. |
cullingMask | CullingMask used for culling. |
cullingMatrix | CullingMatrix used for culling. |
cullingPlaneCount | Number of culling planes to use. |
isOrthographic | Is the cull orthographic. |
layerCull | Layers to cull. |
lodParameters | LODParameters for culling. |
position | Position for the origin of th cull. |
reflectionProbeSortOptions | Reflection Probe Sort options for the cull. |
sceneMask | Scene Mask to use for the cull. |
shadowDistance | Shadow distance to use for the cull. |
GetCullingPlane | Fetch the culling plane at the given index. |
GetLayerCullDistance | Get the distance for the culling of a specific layer. |
SetCullingPlane | Set the culling plane at a given index. |
SetLayerCullDistance | Set the distance for the culling of a specific layer. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information