public static Camera current ;

Description

我们当前正在用于渲染的摄像机,仅用于低级别渲染控制。(只读)

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.