5.陷阱三
private Rigidbody m_cycle;
void Start(){m_cycle=this.GetComponent<Rigidbody>();
}
void FixdeUpdate(){m_cycle.angularVelocity=vector3.up*speed;