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