This version of Unity is unsupported.

RigidbodySleepMode2D

enumeration

Description

Settings for a Rigidbody2D's initial sleep state.

Properties

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