Ejemplo n.º 1
0
 public BasicUnitRenderComponent(double w, double h, ResourcedTexture texture)
 {
     this.texture = texture;
     this.w = w;
     this.h = h;
 }
Ejemplo n.º 2
0
 public StaticModelComponent(double w, double h, ResourcedTexture texture)
 {
     this.w       = w;
     this.h       = h;
     this.texture = texture;
 }
Ejemplo n.º 3
0
 public BasicUnitRenderComponent(double w, double h, ResourcedTexture texture)
 {
     this.texture = texture;
     this.w       = w;
     this.h       = h;
 }
Ejemplo n.º 4
0
 public StaticModelComponent(double w, double h, ResourcedTexture texture)
 {
     this.w = w;
     this.h = h;
     this.texture = texture;
 }