struct ImPlot::ImPlotStyleVarInfo

Overview

struct ImPlotStyleVarInfo
{
    // fields

    ImGuiDataType Type;
    ImU32 Count;
    ImU32 Offset;

    // methods

    void* GetVarPtr(ImPlotStyle* style) const;
};