Class: ImGuiStyle

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/imgui.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.createObject



2483
2484
2485
# File 'lib/imgui.rb', line 2483

def self.create()
  return ImGuiStyle.new(ImGui::ImGuiStyle_ImGuiStyle())
end

Instance Method Details

#destroyObject



2491
2492
2493
# File 'lib/imgui.rb', line 2491

def destroy()
  ImGui::ImGuiStyle_destroy(self)
end

#ScaleAllSizes(scale_factor) ⇒ Object



2487
2488
2489
# File 'lib/imgui.rb', line 2487

def ScaleAllSizes(scale_factor)
  ImGui::ImGuiStyle_ScaleAllSizes(self, scale_factor)
end