📜  刚体速度 c# unity - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:24.329000             🧑  作者: Mango

代码示例2
//for rigidbody2D
GetComponent().velocity =new Vector2(40,0);