public Vertex2DColorUV(Vector2 position, Vector2 uv, LowColor color) { this.position = position; this.uv = uv; this.color = color; }
public void SetColor(LowColor color) { this.color = color; }