We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
URL : https://github.com/cocos-creator/creator-api-docs/blob/master/zh/classes/Node.EventType.md
执行 RigidBody.linearVelocity=(that.force); 以后 刚体能够 移动! 但是 以下代码 监听不到 this.node.on(Node.EventType.POSITION_CHANGED, function () { console.log('2222' ); }, this.Node);
请问我想监听 刚体 的移动 怎么写代码
The text was updated successfully, but these errors were encountered:
刚体一般都是一直会动的吧
Sorry, something went wrong.
2youyou2
No branches or pull requests
URL : https://github.com/cocos-creator/creator-api-docs/blob/master/zh/classes/Node.EventType.md
执行
RigidBody.linearVelocity=(that.force);
以后 刚体能够 移动!
但是
以下代码 监听不到
this.node.on(Node.EventType.POSITION_CHANGED, function () {
console.log('2222' );
}, this.Node);
请问我想监听 刚体 的移动 怎么写代码
The text was updated successfully, but these errors were encountered: