Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

RigidbodySleepMode2D

Description

Settings for a Rigidbody2D's initial sleep state.

Variables

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