igRadioButtonBool() приватный Метод

private igRadioButtonBool ( string label, bool active ) : bool
label string
active bool
Результат bool
Пример #1
0
 public static bool RadioButtonBool(string label, bool active)
 {
     return(ImGuiNative.igRadioButtonBool(label, active));
 }
Пример #2
0
 public static bool RadioButtonBool(string label, bool active)
 => ImGuiNative.igRadioButtonBool(label, active);