Create water(fluid) surface with Sprite Kit [closed]

你。 提交于 2019-12-05 14:46:05

The SKPhysicsBody class has properties called linearDamping and angularDamping, which you can modify to simulate liquid friction (fluid resistance) for objects thrown into the water. You can read up on these in the SKPhysicsBody Class Reference.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!