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

GraphView.UnserializeAndPasteDelegate

public delegate void UnserializeAndPasteDelegate(string operationName, string data);

Parameters

operationNameName of operation for undo/redo labels.
dataSerialized data.

Description

Delegate for unserializing and pasting elements.