GetMinTwistAngle() public static method

Gets the minimum twist angle.
public static GetMinTwistAngle ( ) : float
return float
Ejemplo n.º 1
0
 public override void OnEnter()
 {
     angle.Value = EasyTouch.GetMinTwistAngle();
     Finish();
 }