Open 3D Engine ImGui Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Attributes | |
const char * | TypeName |
ImGuiID | TypeHash |
void(* | ClearAllFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler) |
void(* | ReadInitFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler) |
void *(* | ReadOpenFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, const char *name) |
void(* | ReadLineFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, void *entry, const char *line) |
void(* | ApplyAllFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler) |
void(* | WriteAllFn )(ImGuiContext *ctx, ImGuiSettingsHandler *handler, ImGuiTextBuffer *out_buf) |
void * | UserData |