Ejemplo n.º 1
0
 public void Analyse_Horizontal()
 {
     this.enumHitAnalyseType_0 = CHitAnalyse.enumHitAnalyseType.emHorizontal;
     this.method_1(new CHitAnalyse.Delegate1(this.Analyse_Horizontal));
 }
Ejemplo n.º 2
0
 public void Analyse_Vertical()
 {
     this.BufferDistance       = 1;
     this.enumHitAnalyseType_0 = CHitAnalyse.enumHitAnalyseType.emVertical;
     this.method_1(new CHitAnalyse.Delegate1(this.Analyse_Vertical));
 }
Ejemplo n.º 3
0
 public void Analyse_Hit()
 {
     this.enumHitAnalyseType_0 = CHitAnalyse.enumHitAnalyseType.emHit;
     this.method_1(new CHitAnalyse.Delegate1(this.Analyse_Hit));
 }