Exemple #1
0
 public virtual void OnIputTypeChange(ScrollViewCtrl.InputType inputType)
 {
     _inputType = inputType;
 }
    public override void OnIputTypeChange(ScrollViewCtrl.InputType inputType)
    {
        base.OnIputTypeChange(inputType);

        TaskPickScrollRect.scrollRect.enabled = !(inputType == ScrollViewCtrl.InputType.OuterUIActivity);
    }