C# Class ImGuiNET.DrawData

Afficher le fichier Open project: mellinoe/ImGui.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
CmdLists DrawList**
CmdListsCount int
TotalIdxCount int
TotalVtxCount int
Valid byte

Property Details

CmdLists public_oe property

public DrawList** CmdLists
Résultat DrawList**

CmdListsCount public_oe property

public int CmdListsCount
Résultat int

TotalIdxCount public_oe property

For convenience, sum of all cmd_lists idx_buffer.Size
public int TotalIdxCount
Résultat int

TotalVtxCount public_oe property

For convenience, sum of all cmd_lists vtx_buffer.Size
public int TotalVtxCount
Résultat int

Valid public_oe property

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