コード例 #1
0
ファイル: SwipeBehaviour.cs プロジェクト: Fedorm/core-master
        public SwipeBehaviour(Action <float> scroll)
        {
            Scroll = scroll;

            _alignment = SwipeAlignment.Default;
            Percent    = 0.5f;
        }
コード例 #2
0
ファイル: SwipeBehaviour.cs プロジェクト: Fedorm/core-master
        public SwipeBehaviour(Action<float> scroll)
        {
            Scroll = scroll;

            _alignment = SwipeAlignment.Default;
            Percent = 0.5f;
        }
コード例 #3
0
ファイル: SwipeBehaviour.cs プロジェクト: Fedorm/core-master
        public SwipeBehaviour(Action<float> scroll)
        {
            Scroll = scroll;

            Borders = new List<float>();
            _alignment = SwipeAlignment.Default;
            Percent = 0.5f;
        }
コード例 #4
0
        public SwipeBehaviour(Action <float> scroll)
        {
            Scroll = scroll;

            Borders    = new List <float>();
            _alignment = SwipeAlignment.Default;
            Percent    = 0.5f;
        }