Skip to content

Conversation

@zhefengzhang
Copy link
Contributor

Re: #14170

@github-actions
Copy link

Code Size Check Report

Wechat (WASM) Before After Diff
2D Empty (legacy pipeline) 1009805 bytes 1009805 bytes ✅ 0 bytes
2D All (legacy pipeline) 2675364 bytes 2676148 bytes ⚠️ +784 bytes
2D All (new pipeline) 2767100 bytes 2767884 bytes ⚠️ +784 bytes
(2D + 3D) All 10024070 bytes 10024854 bytes ⚠️ +784 bytes
Web (WASM + ASMJS) Before After Diff
(2D + 3D) All 16843132 bytes 16843916 bytes ⚠️ +784 bytes

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -57669,8 +57669,17 @@
          * 当前进度值,该数值的区间是 0-1 之间。
          */
         get progress(): number;
         set progress(value: number);
+        /**
+         * @en
+         * Whether to stop the scroll view of the upper layer of the node when dragging the slider thumb. The default value is false.
+         *
+         * @zh
+         * 拖动滑动器滑块时是否停止节点上层的滚动视图。默认为 false。
+         */
+        get parentStopScroll(): boolean;
+        set parentStopScroll(value: boolean);
         static Direction: typeof __private._cocos_ui_slider__Direction;
         /**
          * @en
          * The slider slide events' callback array.
@@ -57695,8 +57704,11 @@
         protected _xrHandleProgress(point: math.Vec3): void;
         protected _xrClick(event: XrUIPressEvent): void;
         protected _xrUnClick(): void;
         protected _xrHoverStay(event: XrUIPressEvent): void;
+        stopParentScroll(): void;
+        resumeParentScroll(): void;
+        protected findParentScrollView(node: Node): void;
     }
     /**
      * @en
      * The toggle component is a CheckBox, when it used together with a ToggleGroup,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant