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