(只读)调用 CreateRenderTargets 时的 RenderTexture.active 值。
PaintContext.Cleanup 使用该值,将活动的 RenderTexture 恢复为原始值。
在某些情况下,可能需要手动恢复 RenderTexture,然后调用 Cleanup:
RenderTexture.active = PaintContext.oldRenderTexture;
另请参阅:PaintContext、PaintContext.Cleanup