igText() 개인적인 메소드

private igText ( string fmt ) : void
fmt string
리턴 void
예제 #1
0
 public static void Text(string message)
 {
     ImGuiNative.igText(message);
 }
예제 #2
0
 public static void Text(string message)
 {
     ImGuiNative.igText(utf8String(message));
 }