Struct ImDrawVertPtr
Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImDrawVertPtr
Properties
NativePtr
View Source
Declaration
public readonly ImDrawVert* NativePtr { get; }
pos
View Source
Declaration
public ref Vector2 pos { get; }
uv
View Source
Declaration
public ref Vector2 uv { get; }
col
View Source
Declaration
public ref uint col { get; }