Sandbox Logo

PhysicsGroup.Sleeping

bool Sleeping { get; set; }

Description

Physics bodies automatically go to sleep after a certain amount of time of inactivity to save on performance. You can use this to wake the body up, or prematurely send it to sleep.

Return

User Comments