如何使用 Cocos 2d 摇动 iPhone
我在使用时可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 iOS 模拟器中,单击“硬件”,在下拉菜单中您将看到“摇动手势”...单击该按钮
In the iOS Simulator, click "Hardware" and in the drop down menu you will see "Shake Gesture"... click that
您无法使用 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