unity3d添加质量
unity3d添加刚体、质量
this.gameObject.AddComponent<Rigidbody>(); this.gameObject.GetComponent<Rigidbody>().mass = 10.01f;
#################
QQ 3087438119
unity3d添加刚体、质量
this.gameObject.AddComponent<Rigidbody>(); this.gameObject.GetComponent<Rigidbody>().mass = 10.01f;
#################