GetEnableAutoSelect() public static method

Return if auto select is enabled or disabled
public static GetEnableAutoSelect ( ) : bool
return bool
Esempio n. 1
0
 public override void OnEnter()
 {
     store.Value = EasyTouch.GetEnableAutoSelect();
     if (!everyFrame)
     {
         Finish();
     }
 }
Esempio n. 2
0
 public override void OnEnter()
 {
     enabled.Value = EasyTouch.GetEnableAutoSelect();
     Finish();
 }
Esempio n. 3
0
 public override void OnUpdate()
 {
     store.Value = EasyTouch.GetEnableAutoSelect();
 }