Skip to content

[v3.8.6 ] Fix type issues for physics-2d framework.#18171

Merged
minggo merged 1 commit into
cocos:v3.8.6from
dumganhar:386-fix-physics-2d-framework
Jan 13, 2025
Merged

[v3.8.6 ] Fix type issues for physics-2d framework.#18171
minggo merged 1 commit into
cocos:v3.8.6from
dumganhar:386-fix-physics-2d-framework

Conversation

@dumganhar
Copy link
Copy Markdown
Contributor

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.

@github-actions
Copy link
Copy Markdown

👍 Package size ⤵ -69 bytes, old: 5270176, new: 5270107

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -68915,10 +68915,10 @@
              * @param polygon @en one polygon. @zh 一个多边形。
              * @return @en polygon array. @zh 多边形数组。
              */
             export function ConvexPartition(vertices: math.IVec2Like[]): math.IVec2Like[][];
-            export function ForceCounterClockWise(vertices: any): void;
-            export function IsCounterClockWise(vertices: any): boolean;
+            export function ForceCounterClockWise(vertices: math.IVec2Like[]): void;
+            export function IsCounterClockWise(vertices: math.IVec2Like[]): boolean;
         }
         namespace _cocos_physics_2d_framework_utils_polygon_partition {
             /**
              * @en

@dumganhar dumganhar requested a review from minggo January 13, 2025 02:12
@minggo minggo merged commit b7835fc into cocos:v3.8.6 Jan 13, 2025
cocos-robot pushed a commit to cocos-robot/engine that referenced this pull request Jan 13, 2025
minggo pushed a commit that referenced this pull request Jan 13, 2025
…18174)

Co-authored-by: cocos-robot <cocos-robot@cocos.com>
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.

2 participants