GraphView.AskUser
Whether or not to ask the user for certain actions like deleting selection.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public enum GraphView.AskUser
Fields
Value | Description |
|---|---|
| AskUser | Ask the user before doing certain actions like deleting selection. |
| DontAskUser | Don't ask the user before doing certain actions like deleting selection. |