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