igSetNextWindowPosCenter() private méthode

private igSetNextWindowPosCenter ( SetCondition cond ) : void
cond SetCondition
Résultat void
Exemple #1
0
 public static void SetNextWindowPosCenter(SetCondition condition)
 {
     ImGuiNative.igSetNextWindowPosCenter(condition);
 }
Exemple #2
0
 public static void SetNextWindowPosCenter(ImGuiCond condition)
 => ImGuiNative.igSetNextWindowPosCenter(condition);