Skip to content

format

typescript
Rigidbody.WakeUp()

class: Rigidbody

description

Wakes up the Rigidbody.

Use this method to wake up a Rigidbody when you need it to respond to external forces or collisions and start simulating motion again.

parameter

param_nametypedescription

reture

typedescription
void

code example