Version: 2019.3
public RenderTexture activeTexture ;

説明

Gets the temporary RenderTexture target for this Camera.

The current Camera being rendered applies its image to this temporary render target. The render target is accessible in the Camera's OnPostRender method.

See Also: Camera.OnPostRender