Class: ImGui::ImGui_ImplRaylib_Data
- Inherits:
-
Object
- Object
- ImGui::ImGui_ImplRaylib_Data
- Defined in:
- lib/imgui_impl_raylib.rb
Overview
- INTERNAL
Instance Attribute Summary collapse
-
#textures ⇒ Object
Returns the value of attribute textures.
-
#time ⇒ Object
Returns the value of attribute time.
-
#warned_viewports_unsupported ⇒ Object
Returns the value of attribute warned_viewports_unsupported.
Instance Method Summary collapse
-
#initialize ⇒ ImGui_ImplRaylib_Data
constructor
A new instance of ImGui_ImplRaylib_Data.
Constructor Details
#initialize ⇒ ImGui_ImplRaylib_Data
Returns a new instance of ImGui_ImplRaylib_Data.
24 25 26 27 28 |
# File 'lib/imgui_impl_raylib.rb', line 24 def initialize @time = 0.0 @textures = {} @warned_viewports_unsupported = false end |
Instance Attribute Details
#textures ⇒ Object
Returns the value of attribute textures.
22 23 24 |
# File 'lib/imgui_impl_raylib.rb', line 22 def textures @textures end |
#time ⇒ Object
Returns the value of attribute time.
22 23 24 |
# File 'lib/imgui_impl_raylib.rb', line 22 def time @time end |
#warned_viewports_unsupported ⇒ Object
Returns the value of attribute warned_viewports_unsupported.
22 23 24 |
# File 'lib/imgui_impl_raylib.rb', line 22 def @warned_viewports_unsupported end |