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