/// <summary> /// <para>Forces a rigidbody to wake up.</para> /// </summary> public void WakeUp() { Rigidbody.INTERNAL_CALL_WakeUp(this); }