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