igRadioButtonBool() private method

private igRadioButtonBool ( string label, bool active ) : bool
label string
active bool
return bool
Beispiel #1
0
 public static bool RadioButtonBool(string label, bool active)
 {
     return(ImGuiNative.igRadioButtonBool(label, active));
 }
Beispiel #2
0
 public static bool RadioButtonBool(string label, bool active)
 => ImGuiNative.igRadioButtonBool(label, active);