Exemplo n.º 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;
 }
Exemplo n.º 2
0
 public void Clear()
 {
     this.flag    = 0U;
     this.type    = AppMain.AOE_ACT_HIT.AOD_ACT_HIT_RECT;
     this.scale_x = this.scale_y = 0.0f;
 }