Description 描述
Parameters controlling culling process in CullingResults.
Typical use case is to compute culling parameters from Camera data, see CullingResults.GetCullingParameters.
Static Properties
| cullingJobsLowerLimit | The lower limit to the value ScriptableCullingParameters.maximumPortalCullingJobs. | ||
| cullingJobsUpperLimit | The upper limit to the value ScriptableCullingParameters.maximumPortalCullingJobs. | ||
| layerCount | The amount of layers available. | ||
| maximumCullingPlaneCount | Maximum amount of culling planes that can be specified. |
Properties 属性
| accurateOcclusionThreshold | This parameter determines query distance for occlusion culling. | ||
| cameraProperties | Camera Properties used for culling. | ||
| cullingMask | CullingMask used for culling. | ||
| cullingMatrix | CullingMatrix used for culling. | ||
| cullingOptions | Options for the culling. | ||
| cullingPlaneCount | Number of culling planes to use. | ||
| isOrthographic | Is the cull orthographic. | ||
| lodParameters | LODParameters for culling. | ||
| maximumPortalCullingJobs | This parameter controls how many active jobs contribute to occlusion culling. | ||
| origin | Position for the origin of the cull. | ||
| reflectionProbeSortingCriteria | Reflection Probe Sort options for the cull. | ||
| shadowDistance | Shadow distance to use for the cull. | ||
| stereoProjectionMatrix | The projection matrix generated for single-pass stereo culling. | ||
| stereoSeparationDistance | Distance between the virtual eyes. | ||
| stereoViewMatrix | The view matrix generated for single-pass stereo culling. |
Public Methods 公共方法
| GetCullingPlane | Fetch the culling plane at the given index. | ||
| GetLayerCullingDistance | Get the distance for the culling of a specific layer. | ||
| SetCullingPlane | Set the culling plane at a given index. | ||
| SetLayerCullingDistance | Set the distance for the culling of a specific layer. |