igGetIdStrRange() private method

private igGetIdStrRange ( string str_begin, string str_end ) : uint
str_begin string
str_end string
return uint
Exemplo n.º 1
0
 public static uint GetID(string idBegin, string idEnd)
 {
     return(ImGuiNative.igGetIdStrRange(idBegin, idEnd));
 }
Exemplo n.º 2
0
 public static uint GetID(string idBegin, string idEnd)
 => ImGuiNative.igGetIdStrRange(idBegin, idEnd);