igRadioButtonBool() private method

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