GetSwipeTolerance() 공개 정적인 메소드

Return the swipe tolerance.
public static GetSwipeTolerance ( ) : float
리턴 float
예제 #1
0
 public override void OnEnter()
 {
     tolerance.Value = EasyTouch.GetSwipeTolerance();
     Finish();
 }