igLabelText() private method

private igLabelText ( string label, string fmt ) : void
label string
fmt string
return void
Example #1
0
 public static void LabelText(string label, string text)
 {
     ImGuiNative.igLabelText(label, text);
 }
Example #2
0
 public static void LabelText(string label, string text)
 {
     ImGuiNative.igLabelText(label, utf8String(text));
 }