डिक्लेरेशन
func GetSleepThreshold(target entity<Rigidbody>) float
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Target | Rigidbody | Target Rigidbody |
वापस
टाइप | विवरण |
---|---|
Float | Sleep threshold. When the movement and rotation of a rigid body are less than this value for a period of time, it will enter a sleep state. The rigid body in sleep state will no longer perform physical calculations. |