CreateError(string)
Creates an IconBadge with the "error" visual style.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public static IconBadge CreateError(string message)
Parameters
Displayed error message.
Returns
Type | Description |
|---|---|
| IconBadge | The created badge. |