C# Class ImGuiNET.DrawData

Mostra 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_oe property

public DrawList** CmdLists
return DrawList**

CmdListsCount public_oe property

public int CmdListsCount
return int

TotalIdxCount public_oe property

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

TotalVtxCount public_oe property

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

Valid public_oe property

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