ReleaseContextResources(PaintContext)
Releases the allocated resources of the specified PaintContext.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TerrainTools
- Assembly: UnityEngine.TerrainModule
public static void ReleaseContextResources(PaintContext ctx)
Parameters
The PaintContext containing the resources to release.
Remarks
Additional Resources: PaintContext.Cleanup