IGEditorUtils.

AppendColorTag(StringBuilder, Color32, string) Method

Summary

Appends the a rich text color tag around the `message`.

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