8 lines
223 B
C#
8 lines
223 B
C#
|
namespace ImGuiNET
|
|||
|
{
|
|||
|
public unsafe partial struct ImDrawDataPtr
|
|||
|
{
|
|||
|
public RangePtrAccessor<ImDrawListPtr> CmdListsRange => new RangePtrAccessor<ImDrawListPtr>(CmdLists.ToPointer(), CmdListsCount);
|
|||
|
}
|
|||
|
}
|