摘要: public class DragRigidbody : MonoBehaviour { const float k_Spring = 50.0f; const float k_Damper = 5.0f; const float k_Drag = 10.0f; const float k_Angu 阅读全文
posted @ 2021-08-02 11:36 opencoder 阅读(81) 评论(0) 推荐(0)