Skip to content

fix Node rotate API doc #10140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2022
Merged

fix Node rotate API doc #10140

merged 1 commit into from
Feb 21, 2022

Conversation

LinYunMo
Copy link
Contributor

Re: #10085

@LinYunMo LinYunMo requested a review from pandamicro February 21, 2022 08:07
@github-actions
Copy link

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -21137,9 +21137,9 @@
         translate(trans: math.Vec3, ns?: __private._cocos_core_scene_graph_node_enum__NodeSpace): void;
         /**
          * @en Perform a rotation on the node
          * @zh 旋转节点
-         * @param trans The increment on position
+         * @param rot The increment on rotation
          * @param ns The operation coordinate space
          */
         rotate(rot: math.Quat, ns?: __private._cocos_core_scene_graph_node_enum__NodeSpace): void;
         /**

@SantyWang SantyWang merged commit 8590ae6 into cocos:v3.4.2 Feb 21, 2022
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