Summary
Appends the a rich text color tag around the `message`.
- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
.Editor - Containing Type
- IGEditorUtils
Syntax
public static void AppendColorTag(StringBuilder text, Color32 color, string message)
Parameters
| Name | Type | Description |
|---|---|---|
| text | StringBuilder | |
| color | Color32 | |
| message | string |
Return Value
| Type | Description |
|---|---|
| void |