如何使用 Cocos 2d 摇动 iPhone

发布于 2024-12-07 09:58:11 字数 208 浏览 0 评论 0原文

我在使用时可以使用 Cocos 2D 检测 iPhone 中的晃动:

-(void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration

现在,我想使用 Cocos 2D 晃动 iPhone。谁能帮助我?

I can detect shake in iPhone using Cocos 2D when I use:

-(void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration

Now, I want to do shake the iPhone using Cocos 2D. Who can help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

辞慾 2024-12-14 09:58:11

在 iOS 模拟器中,单击“硬件”,在下拉菜单中您将看到“摇动手势”...单击该按钮

In the iOS Simulator, click "Hardware" and in the drop down menu you will see "Shake Gesture"... click that

霊感 2024-12-14 09:58:11

您无法使用 Cocos2d 物理摇动您的 iPhone。但如果您想以编程方式振动手机,请检查以下内容:
让 iPhone 振动

You cannot physically shake your iPhone using Cocos2d. But if you want to vibrate your phone programatically, check this:
Making the iPhone vibrate

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文