(只读) 调用 CreateRenderTargets 时 RenderTexture.active 的值。
PaintContext.Cleanup 使用此值将活动 RenderTexture 恢复到其原始值。在某些情况下,可能需要在调用 Cleanup 之前手动恢复 RenderTexture
RenderTexture.active = PaintContext.oldRenderTexture;
其他资源:PaintContext,PaintContext.Cleanup