Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RigidbodySleepMode2D

enumeration

Description

Settings for a Rigidbody2D's initial sleep state.

Properties

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