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



2237
2238
2239
# File 'lib/imgui.rb', line 2237

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

Instance Method Details

#destroyObject



2245
2246
2247
# File 'lib/imgui.rb', line 2245

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

#ScaleAllSizes(scale_factor) ⇒ Object



2241
2242
2243
# File 'lib/imgui.rb', line 2241

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