C# Class ImGuiNET.DrawData

Show file Open project: mellinoe/ImGui.NET Class Usage Examples

Public Properties

Property Type Description
CmdLists DrawList**
CmdListsCount int
TotalIdxCount int
TotalVtxCount int
Valid byte

Property Details

CmdLists public property

public DrawList** CmdLists
return DrawList**

CmdListsCount public property

public int CmdListsCount
return int

TotalIdxCount public property

For convenience, sum of all cmd_lists idx_buffer.Size
public int TotalIdxCount
return int

TotalVtxCount public property

For convenience, sum of all cmd_lists vtx_buffer.Size
public int TotalVtxCount
return int

Valid public property

Only valid after Render() is called and before the next NewFrame() is called.
public byte Valid
return byte