Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

GraphView.DeleteSelectionDelegate

Declaration

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

Parameters

operationName Name of operation for undo/redo labels.
askUser Whether or not to ask the user.

Description

Delegate for deleting selection.