Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RigidbodySleepMode2D

enumeration

Description

Settings for a Rigidbody2D's initial sleep state.

Variables

NeverSleepRigidbody2D never automatically sleeps.
StartAwakeRigidbody2D is initially awake.
StartAsleepRigidbody2D is initially asleep.