gpt4 book ai didi

swift - 自定义 SKPhysicsJoint 子类

转载 作者:行者123 更新时间:2023-11-30 10:12:48 25 4
gpt4 key购买 nike

我目前正在使用 SKPhysicsJointSpring 将多个节点连接在一起。我希望能够使用对数公式而不是胡克定律来指定力。

有没有办法让我子类化SKPhysicsJoint来提供我自己的力计算?或者我必须在 update(..) 中手动实现此操作?

非常感谢,

最佳答案

您必须“在更新中手动”或其他方式实现它。 SKPhysicsJoint 及其明显的子类甚至不是真实的。尝试打印一个:

:; xcrun swift -framework SpriteKit
"crashlog" and "save_crashlog" command installed, use the "--help" option for detailed help
Welcome to Apple Swift version 2.0 (700.0.52.1 700.0.65). Type :help for assistance.
1> import SpriteKit
2> print(SKPhysicsJoint())
<PKPhysicsJoint: 0x1029006b0>
3> print(SKPhysicsJointSpring())
<PKPhysicsJointDistance: 0x102800530>

您实际上从私有(private)PhysicsKit框架获取类的实例,并且您不能对这些类进行子类化。

关于swift - 自定义 SKPhysicsJoint 子类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32018452/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com