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