igRadioButtonBool() private method

private igRadioButtonBool ( string label, bool active ) : bool
label string
active bool
return bool
コード例 #1
0
 public static bool RadioButtonBool(string label, bool active)
 {
     return(ImGuiNative.igRadioButtonBool(label, active));
 }
コード例 #2
0
ファイル: ImGui.cs プロジェクト: se5a/ImGuiCS
 public static bool RadioButtonBool(string label, bool active)
 => ImGuiNative.igRadioButtonBool(label, active);