Class Occluder
Specifies which entities are occluders and configures occluder settings.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Rendering.Occlusion
Assembly: solution.dll
Syntax
public class Occluder : MonoBehaviour
Fields
Name | Description |
---|---|
localPosition | The position offset to apply to the occluder mesh. |
localRotation | The rotation offset to apply to the occluder mesh. |
localScale | The scale offset to apply to the occluder mesh. |
mesh | The mesh to use for occlusion culling calculations. |