Property | Type | Description | |
---|---|---|---|
FallingRocks | GameObject[] |
Method | Description | |
---|---|---|
OnTriggerEnter ( Collider activator ) : void |
Checks for collison with the player and then activates rigidbodies on
|
public OnTriggerEnter ( Collider activator ) : void | ||
activator | Collider | Activator. |
return | void |