public override void Reset()
 {
     this.vector3 = null;
     this.xAxis = GetAtan2FromVector3.aTan2EnumAxis.x;
     this.yAxis = GetAtan2FromVector3.aTan2EnumAxis.y;
     this.RadToDeg = true;
     this.everyFrame = false;
     this.angle = null;
 }
Exemple #2
0
 public override void Reset()
 {
     this.vector3    = null;
     this.xAxis      = GetAtan2FromVector3.aTan2EnumAxis.x;
     this.yAxis      = GetAtan2FromVector3.aTan2EnumAxis.y;
     this.RadToDeg   = true;
     this.everyFrame = false;
     this.angle      = null;
 }