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.
ImGui::CurveEditorWindowParams Struct Reference

Public Attributes

const char * label = "unknown"
 
ImVec2 editorSize = ImVec2(-1, -1)
 
float height = 600
 
float width = 600
 
float padding = 10
 
const char * xAxisLabel = "x-axis"
 
float xAxisMaxValue = 1.0f
 
const char * yAxisLabel = "y-axis"
 
float yAxisMaxValue = 1.0f
 
ImVec4 edgeColor = ImVec4(0.0f, 0.0f, 0.0f, 0.0f)
 
ImVec4 backgroundColor = ImVec4(0.5f, 0.5f, 0.5f, 1.00f)
 
int horizontalGridDivisions = 5
 
int verticalGridDivisions = 5
 
int pointSize = 10
 
CurveGraphDataParams graphParams
 

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