GetRenderTarget
This functions returns the camera's render target. A render target texture can be used in a material and applied to an object, or drawn onscreen. You can use this feature for making CCTV systems, rear-view mirrors, or other visual effects.
Syntax
- Texture GetRenderTarget()
Returns
Returns the current render target texture, if one exists, otherwise NULL is returned.