Beispiel #1
0
Datei: Face.cs Projekt: kuviman/Q
 public Face(ResourcedTexture texture, double height = 0.2)
 {
     this.texture = texture;
     this.height  = height;
 }
Beispiel #2
0
 public Image(ResourcedTexture texture, double height)
 {
     this.texture = texture;
     this.height  = height;
 }