Пример #1
0
 public BasicUnitRenderComponent(double w, double h, ResourcedTexture texture)
 {
     this.texture = texture;
     this.w = w;
     this.h = h;
 }
Пример #2
0
 public StaticModelComponent(double w, double h, ResourcedTexture texture)
 {
     this.w       = w;
     this.h       = h;
     this.texture = texture;
 }
Пример #3
0
 public BasicUnitRenderComponent(double w, double h, ResourcedTexture texture)
 {
     this.texture = texture;
     this.w       = w;
     this.h       = h;
 }
Пример #4
0
 public StaticModelComponent(double w, double h, ResourcedTexture texture)
 {
     this.w = w;
     this.h = h;
     this.texture = texture;
 }