SetRigidbody

public bool SetRigidbody(string name, Rigidbody value) ;

It wants to set the value of the Rigidbody type.

Parameter Name Description
name Name.
value Value.

The true when there parameters of the specified name.

public bool SetRigidbody(int id, Rigidbody value) ;

It wants to set the value of the Rigidbody type.

Parameter Name Description
id ID.
value Value.

The true when there parameters of the specified name.