igSetScrollHere() private method

private igSetScrollHere ( float center_y_ratio = 0.5f ) : void
center_y_ratio float
return void
示例#1
0
 public static void SetScrollHere(float centerYRatio)
 {
     ImGuiNative.igSetScrollHere(centerYRatio);
 }
示例#2
0
 public static void SetScrollHere()
 {
     ImGuiNative.igSetScrollHere();
 }