예제 #1
0
 public static void EndPaintSurfaceMask(PaintContext ctx, string editorUndoName)
 {
     ctx.ScatterSurfaceMask(editorUndoName);
     ctx.Cleanup();
 }