Camera.forceIntoRenderTexture

切换到手册
public bool forceIntoRenderTexture ;

描述

是否强制让摄像机渲染在 RenderTexture 中进行。

如果设置为 true,则摄像机渲染将始终在 RenderTexture 中进行,而不是直接进入后备缓冲区。如果您没有任何图像特效但想要使用命令缓冲区对当前渲染目标进行操作,则该属性非常有用。