Struct ImDrawVert
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ImGuiNET
Assembly: ImGui.NET.dll
Syntax
public struct ImDrawVert
Fields
| Improve this Doc View Sourcecol
Declaration
public uint col
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
pos
Declaration
public Vector2 pos
Field Value
| Type | Description |
|---|---|
| System.Numerics.Vector2 |
uv
Declaration
public Vector2 uv
Field Value
| Type | Description |
|---|---|
| System.Numerics.Vector2 |