Class "SurfaceRenderController"⚓︎
Info
You can only get this class when using Renderer.RenderToImage(). The class is invalidated at the end of the Render.
Functions⚓︎
Clear ()⚓︎
void Clear ( )⚓︎
Clears the current render target's contents and resets BlendMode to BlendType.NORMAL.
SetBlendMode ()⚓︎
void SetBlendMode ( BlendMode blendMode )⚓︎
Sets the blend mode for future renders.
__