TryGetRigidbody
TryGetRigidbody(string, out Rigidbody)
Description
Get the value of the Rigidbody type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
value | The value you get. |
Returns
The true when there parameters of the specified name.
TryGetRigidbody(int, out Rigidbody)
Description
Get the value of the Rigidbody type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
value | The value you get. |
Returns
The true when there parameters of the specified name.