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::CurvePointState Struct Reference

Public Attributes

int numPoints = -1
 
int pointIndex = -1
 
int hoverIndex = -1
 
int selectedIndex = -1
 
int changedPointIndex = -1
 
ImVec2 startDragPoint = ImVec2(100.0f, 0.0f)
 
char pointDebugBuffer [64]
 
ImVec2 minPoint = ImVec2(FLT_MAX, FLT_MAX)
 
ImVec2 maxPoint = ImVec2(-FLT_MAX, -FLT_MAX)
 

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