Class MeshVertex
from egui import MeshVertexclass MeshVertex:from egui import MeshVertexclass MeshVertex:@property
def color(self, /) -> Color32§@property
def pos(self, /) -> Pos2§@property
def uv(self, /) -> Pos2§@staticmethod
def untextured(pos: Pos2, color: Color32) -> MeshVertex§