Version: 2021.2
言語: 日本語

説明

Event function that Unity calls before a Camera culls the scene.

In the Built-in Render Pipeline, Unity calls OnPreCull on MonoBehaviours that are attached to the same GameObject as an enabled Camera component, just before performing the culling operation that determines what that Camera can see. For a full description and code example, see MonoBehaviour.OnPreCull.

For similar functionality that does not require the script to be on the same GameObject as a Camera component, see Camera.onPreCull. For similar functionality in the Scriptable Render Pipeline, see RenderPipelineManager.