igGetIdStr() private method

private igGetIdStr ( string str_id ) : uint
str_id string
return uint
Esempio n. 1
0
 public static uint GetID(string id)
 {
     return(ImGuiNative.igGetIdStr(id));
 }
Esempio n. 2
0
 public static uint GetID(string id)
 => ImGuiNative.igGetIdStr(id);