Exemple #1
0
 public static void LabelColoredWrap(this NuklearContext ctx, string str, Color color)
 {
     ctx.nk_text_wrap_colored(str, color);
 }