RenderSettings.clear
RenderClear clear
Description
Describes if and how the rendertarget should be cleared before rendering. A value of 0 (the default) clears everything, use RenderClear.Keep to draw on top of the target’s existing content. Note that clearing the target is unaffected by the viewport, so this will clean the entire surface!
Found an issue with these docs, or have some additional questions? Create an Issue on Github!