Beispiel #1
0
 public void Assign(AppMain.AOS_ACT_HITP other)
 {
     this.flag    = other.flag;
     this.type    = other.type;
     this.scale_x = other.scale_x;
     this.scale_y = other.scale_y;
     this.rect    = other.rect;
 }
Beispiel #2
0
 public void Assign(AppMain.AOS_SPRITE from)
 {
     this.flag     = from.flag;
     this.blend    = from.blend;
     this.color    = from.color;
     this.fade     = from.fade;
     this.center_x = from.center_x;
     this.center_y = from.center_y;
     this.prio     = from.prio;
     this.offset   = from.offset;
     this.rotate   = from.rotate;
     this.tex_id   = from.tex_id;
     this.clamp    = from.clamp;
     this.uv       = from.uv;
     this.texlist  = from.texlist;
     this.hit.Assign(from.hit);
 }