igLabelText() private method

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