Version: 2021.1
言語: 日本語
public static Camera current ;

説明

現在レンダリングに使用している、低レベルレンダリングを管理するカメラ(読み取り専用)。

Most of the time you will want to use Camera.main instead. Use this function only when implementing one of the following events: MonoBehaviour.OnRenderImage, MonoBehaviour.OnPreRender, MonoBehaviour.OnPostRender.