SetRigidbody

SetRigidbody(string, Rigidbody)

public bool SetRigidbody(string name, Rigidbody value) ;

Description

It wants to set the value of the Rigidbody type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetRigidbody(int, Rigidbody)

public bool SetRigidbody(int id, Rigidbody value) ;

Description

It wants to set the value of the Rigidbody type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.