Beispiel #1
0
 public Vertex2DColorUV(Vector2 position, Vector2 uv, LowColor color)
 {
     this.position = position;
     this.uv       = uv;
     this.color    = color;
 }
Beispiel #2
0
 public void SetColor(LowColor color)
 {
     this.color = color;
 }