Select your preferred scripting language. All code snippets will be displayed in this language.
Settings for a Rigidbody2D's initial sleep state.
NeverSleep | Rigidbody2D never automatically sleeps. |
StartAwake | Rigidbody2D is initially awake. |
StartAsleep | Rigidbody2D is initially asleep. |