S or /

Class MeshVertex

from egui import MeshVertex
class MeshVertex:

Properties§

@property def color(self, /) -> Color32§
@property def pos(self, /) -> Pos2§
@property def uv(self, /) -> Pos2§

Methods§

@staticmethod def untextured(pos: Pos2, color: Color32) -> MeshVertex§