Exemple #1
0
 /// <summary>
 ///   <para>Forces a rigidbody to sleep at least one frame.</para>
 /// </summary>
 public void Sleep()
 {
     Rigidbody.INTERNAL_CALL_Sleep(this);
 }