Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TerrainPaintUtility.ReleaseContextResources

Declaration

public static void ReleaseContextResources(TerrainTools.PaintContext ctx);

Parameters

ctx The PaintContext containing the resources to release.

Description

Releases the allocated resources of the specified PaintContext.

Additional resources: PaintContext.Cleanup.