igGetIdStrRange() 개인적인 메소드

private igGetIdStrRange ( string str_begin, string str_end ) : uint
str_begin string
str_end string
리턴 uint
예제 #1
0
 public static uint GetID(string idBegin, string idEnd)
 {
     return(ImGuiNative.igGetIdStrRange(idBegin, idEnd));
 }
예제 #2
0
 public static uint GetID(string idBegin, string idEnd)
 => ImGuiNative.igGetIdStrRange(idBegin, idEnd);