render.GetRenderTarget
Description
Returns the currently active render target.
Instead of saving the current render target using this function and restoring to it later, it is generally better practice to use render.PushRenderTarget and render.PopRenderTarget.
Returns
Example
Render something to a different render target, then restore the old render target