Exemplo n.º 1
0
Arquivo: Face.cs Projeto: kuviman/Q
 public Face(ResourcedTexture texture, double height = 0.2)
 {
     this.texture = texture;
     this.height  = height;
 }
Exemplo n.º 2
0
Arquivo: Image.cs Projeto: kuviman/Q
 public Image(ResourcedTexture texture, double height)
 {
     this.texture = texture;
     this.height  = height;
 }