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

GraphView.DeleteSelectionDelegate

public delegate void DeleteSelectionDelegate(string operationName, Experimental.GraphView.GraphView.AskUser askUser);

Parameters

operationNameName of operation for undo/redo labels.
askUserWhether or not to ask the user.

Description

Delegate for deleting selection.