Version: 5.4
public void Sleep ();

Descripción

Obliga a un rigidbody a "dormir" al menos durante un frame.

A common use is to call this from Awake in order to make a rigidbody sleep at startup. See the Rigidbodies Overview in the manual for more information about Rigidbody sleeping.