Skip to content

Conversation

@finscn
Copy link
Contributor

@finscn finscn commented Sep 3, 2025

为 TransformBit 新增 TRSS 和 TRSS_MASK,
来自需求 : #18974

Re: #

Changelog


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

为 TransformBit 新增 TRSS 和 TRSS_MASK,
来自需求 : cocos#18974
@github-actions
Copy link

github-actions bot commented Sep 3, 2025

Code Size Check Report

Wechat (WASM) Before After Diff
2D Empty (legacy pipeline) 1009728 bytes 1009750 bytes ⚠️ +22 bytes
2D All (legacy pipeline) 2675104 bytes 2675126 bytes ⚠️ +22 bytes
2D All (new pipeline) 2766746 bytes 2766768 bytes ⚠️ +22 bytes
(2D + 3D) All 10023716 bytes 10023738 bytes ⚠️ +22 bytes
Web (WASM + ASMJS) Before After Diff
(2D + 3D) All 16842778 bytes 16842800 bytes ⚠️ +22 bytes

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -26104,20 +26104,31 @@
          */
         RS = 6,
         /**
          * @en Rotation, scale or skew changed
+         * @zh 节点旋转, 缩放及倾斜
          */
         RSS = 14,
         /**
          * @en Translation, rotation or scale changed
          * @zh 节点平移,旋转及缩放
          */
         TRS = 7,
         /**
+         * @en Translation, rotation, scale or skew changed
+         * @zh 节点平移,旋转, 缩放及倾斜
+         */
+        TRSS = 15,
+        /**
          * @en Invert mask of [[TRS]]
          * @zh [[TRS]] 的反向掩码
          */
-        TRS_MASK = -8
+        TRS_MASK = -8,
+        /**
+         * @en Invert mask of [[TRSS]]
+         * @zh [[TRSS]] 的反向掩码
+         */
+        TRSS_MASK = -16
     }
     /**
      * @en Node's mobility
      * @zh 节点的移动性

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