This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

PaintContext.CreateRenderTargets

Declaration

public void CreateRenderTargets(RenderTextureFormat colorFormat);

Parameters

colorFormat Render Texture format.

Description

Creates the sourceRenderTexture and destinationRenderTexture.

The render textures are created at a resolution matching the current PaintContext.pixelRect, using the specified RenderTextureFormat.

This function is called internally by TerrainPaintUtility.BeginPaintHeightmap, TerrainPaintUtility.BeginPaintTexture and TerrainPaintUtility.CollectNormals.

See Also: PaintContext.destinationRenderTexture, PaintContext.sourceRenderTexture