Open 3D Engine ImGui Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ImGuiStorage::ImGuiStoragePair Struct Reference

Public Member Functions

 ImGuiStoragePair (ImGuiID _key, int _val_i)
 
 ImGuiStoragePair (ImGuiID _key, float _val_f)
 
 ImGuiStoragePair (ImGuiID _key, void *_val_p)
 

Public Attributes

ImGuiID key
 
union {
   int   val_i
 
   float   val_f
 
   void *   val_p
 
}; 
 

The documentation for this struct was generated from the following file: