GetEnableTwist() public static method

Return if 2 twist gesture is enabled or disabled
public static GetEnableTwist ( ) : bool
return bool
コード例 #1
0
 public override void OnEnter()
 {
     enabled.Value = EasyTouch.GetEnableTwist();
     Finish();
 }